[−][src]Crate suspend
Structs
| Iter | An stream which may be polled asynchronously, or by using blocking operations with an optional timeout. |
| Listener | The result of acquiring a |
| Notifier | An instance of a notifier for a |
| Suspend | A structure which may be used to suspend a thread or |
| Task | An asynchronous result which may be evaluated using |
| TimeoutError | A timeout error which may be returned when waiting for a |
Functions
| block_on | A convenience method to evaluate a |
| iter_stream | A convenience method to turn a |
| notify_once | Create a new single-use |
Type Definitions
| PollFn | A polling function equivalent to |
| PollNextFn | A polling function equivalent to |