Module tasks

Source
Expand description

spawned concurrency Runtime tasks-based traits and structs to implement concurrent code à-la-Erlang.

Structs§

GenServerHandle
ProcessInfo

Enums§

CallResponse
CastResponse
GenServerInMsg

Traits§

GenServer
Process

Functions§

send
send_after
send_interval
spawn_listener
Spawns a listener that listens to a stream and sends messages to a GenServer.