Skip to main content

Module fdomain

Module fdomain 

Source
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.