kernel
0.1.0
Module tasklets
Module Items
Modules
Structs
In crate kernel
kernel
Module
tasklets
Copy item path
Source
Modules
§
queue
Structs
§
Tasklet
Scheduler
Poplar supports running asynchronous tasks (which we call
tasklets
to differentiate from our userspace Task objects) in kernelspace through a
maitake
-based runtime.