rcore-thread icon indicating copy to clipboard operation
rcore-thread copied to clipboard

Bare-metal multithreading on multi-core processor.

rcore-thread

Actions Status Build Status Coverage Status

Bare-metal multithreading on multi-core processor.

This crate is the infrastructure of kernel threads on rCore OS.

It provides exactly the same API as std::thread.

Examples

TODO