Module drone_core::proc_loop [−][src]
This module provides interface to wrap a stackful synchronous code into an asynchronous command loop.
NOTE A Drone platform crate may re-export this module with its own additions under the same name, in which case it should be used instead.
Enums
| Out |
|
Traits
| Context | A token that allows suspending synchronous code. |
| ProcLoop | The trait for declaring a synchronous command loop. |
| Sess | A session type for the synchronous command loop |
Unions
| In |
|