)]}'
{
  "commit": "981f837e2d6cbfa3ab8737ee3713240ab384676a",
  "tree": "1a0f75bb4651856bed0c544d3717ec4cbd8272bb",
  "parents": [
    "7c6fc44b7c73405aa5077be5eebbf3163ef944c4",
    "ce2de643fc94a687f8fc2ba89495fa754bd87624"
  ],
  "author": {
    "name": "Jonathan Brouwer",
    "email": "jonathantbrouwer@gmail.com",
    "time": "Thu Mar 19 13:42:33 2026 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Mar 19 13:42:33 2026 +0100"
  },
  "message": "Rollup merge of #153170 - LevitatingBusinessMan:is_disconnected, r\u003dMark-Simulacrum\n\nAdd is_disconnected functions to mpsc and mpmc channels\n\nAdd `is_disconnected()` functions to the `Sender` and `Receiver` of both `mpmc` an `mpsc` channels.\n\n```rust\nstd::sync::mpmc::Sender\u003cT\u003e::is_disconnected(\u0026self) -\u003e bool\nstd::sync::mpmc::Receiver\u003cT\u003e::is_disconnected(\u0026self) -\u003e bool\n\nstd::sync::mpsc::Sender\u003cT\u003e::is_disconnected(\u0026self) -\u003e bool\nstd::sync::mpsc::Receiver\u003cT\u003e::is_disconnected(\u0026self) -\u003e bool\n```\n\nThe `mpsc` methods are locked behind the `mpsc_is_disconnected` feature gate, which has no tracking issue yet.\n\nACP: https://github.com/rust-lang/libs-team/issues/748\nTracking issue: https://github.com/rust-lang/rust/issues/153668\n",
  "tree_diff": []
}
