Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 632 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 632 Bytes

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