Module rasi_default::executor
source · Available on crate feature
executor only.Expand description
The implementation of Executor syscall.
Structs§
- The implementation of
Executorsyscall.
Functions§
- Create and register
ThreadPoolas therasiglobalExecutorsyscall, the inner usingnum_cpus::get_physical()to specify the pool size. - Create and register
ThreadPoolas therasiglobalExecutorsyscall. using parameterpool_sizeto specify theThreadPoolsize.