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.