Expand description
Various utils to implement fumio that are not actually specific to it.
Modules§
- current
- Generic implementation for “current” (thread-local) instances for “executor” handles.
- park
Parktrait
Macros§
- local_
dl_ list - Create a “link” and “head” datatype for a non thread-safe double linked list; the “link” type must be used in a data structure as member.
- mpsc
- Create a list “link” and “head” datatype; the “link” type must be used in a data structure as
member; this data structure then can be pushed as
Arc<...>to the list head.