An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# rcore-thread

[![Actions Status](https://github.com/rcore-os/rcore-thread/workflows/CI/badge.svg)](https://github.com/rcore-os/rcore-thread/actions)
[![Build Status](https://travis-ci.org/rcore-os/rcore-thread.svg?branch=master)](https://travis-ci.org/rcore-os/rcore-thread)
[![Coverage Status](https://coveralls.io/repos/github/rcore-os/rcore-thread/badge.svg?branch=master)](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