]> git.lizzy.rs Git - rust.git/commit
implement `sync::mpsc` as a wrapper around `sync::mpmc`
authorIbraheem Ahmed <ibraheem@ibraheem.ca>
Mon, 17 Oct 2022 23:11:56 +0000 (19:11 -0400)
committerIbraheem Ahmed <ibraheem@ibraheem.ca>
Thu, 10 Nov 2022 04:20:00 +0000 (23:20 -0500)
commit31dc5bba8993e7958187221aec7af9adf902c64a
tree8345834b1bba2556b0fd62bf150096362dc2e29e
parenta43da5a09701469e013c623c7cfc1e2f7ec83e47
implement `sync::mpsc` as a wrapper around `sync::mpmc`
library/std/src/sync/mpsc/blocking.rs [deleted file]
library/std/src/sync/mpsc/cache_aligned.rs [deleted file]
library/std/src/sync/mpsc/mod.rs
library/std/src/sync/mpsc/mpsc_queue.rs [deleted file]
library/std/src/sync/mpsc/mpsc_queue/tests.rs [deleted file]
library/std/src/sync/mpsc/oneshot.rs [deleted file]
library/std/src/sync/mpsc/shared.rs [deleted file]
library/std/src/sync/mpsc/spsc_queue.rs [deleted file]
library/std/src/sync/mpsc/spsc_queue/tests.rs [deleted file]
library/std/src/sync/mpsc/stream.rs [deleted file]
library/std/src/sync/mpsc/sync.rs [deleted file]