Function leak_playground_flume::unbounded_unchecked

source ·
pub unsafe fn unbounded_unchecked<T>() -> (Sender<T>, Receiver<T>)
Expand description

Create an unbounded channel for the unforgettable parameter type T.

§Safety

T must not take ownership over itself.