Expand description
spawned concurrency Runtime tasks-based traits and structs to implement concurrent code à-la-Erlang.
Re-exports§
Structs§
Enums§
Traits§
Functions§
- send
- send_
after - send_
interval - send_
message_ on - Spawns a task that awaits on a future and sends a message to a GenServer on completion. This function returns a handle to the spawned task.
- spawn_
listener - Spawns a listener that listens to a stream and sends messages to a GenServer.