[−][src]Type Definition futures_intrusive::channel::LocalOneshotChannel
type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
A GenericOneshotChannel
which is not thread-safe.
type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
A GenericOneshotChannel
which is not thread-safe.