Crate ruloom

Crate ruloom 

Source

Structs§

MpscContext
MpscSender
Stream
StreamContext

Enums§

MpscSendResult
StreamResult

Functions§

await_future
Await a future, suspending the current coroutine until the future is ready.
new_mpsc_consumer
Creates a new multi-producer, single-consumer channel. If you don’t have multiple producers, you can use a stream instead.
new_stream
Creates a new stream. A stream has one producer and (typically) one consumer.
to_future
Convert a function into a future that can be awaited.