https://github.com/rcore-os/rcore-thread
Bare-metal multithreading on multi-core processor.
https://github.com/rcore-os/rcore-thread
greenthread
Last synced: 17 days ago
JSON representation
Bare-metal multithreading on multi-core processor.
- Host: GitHub
- URL: https://github.com/rcore-os/rcore-thread
- Owner: rcore-os
- Created: 2019-04-01T14:20:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T17:50:20.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:51:16.916Z (about 1 month ago)
- Topics: greenthread
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rcore-thread
[](https://github.com/rcore-os/rcore-thread/actions)
[](https://travis-ci.org/rcore-os/rcore-thread)
[](https://coveralls.io/github/rcore-os/rcore-thread?branch=master)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