Expand description
FDomain versions of the utilities in this crate.
Functionsยง
- spawn_
local_ stream_ handler - Utility that spawns a new task to handle requests that require a singlethreaded executor. The requests are handled one at a time.
- spawn_
stream_ handler - Utility that spawns a new task to handle requests of a particular type. The request handler must be threadsafe. The requests are handled one at a time.