Expand description
Safe bindings for driver runtime environment.
Modules§
- test
- Helpers for writing tests using drivers and dispatchers
Structs§
- Driver
- An owned handle to a Driver instance that can be used to create initial dispatchers.
- Driver
Ref - A lifetime-bound reference to a driver handle.
- Environment
- The driver runtime environment
- Unowned
Driver - An unowned handle to the driver that is returned through certain environment APIs like |get_driver_on_thread_koid|.
Traits§
- Driver
Shutdown Observer Fn - A marker trait for a function that can be used as a driver shutdown observer with
Driver::shutdown
.