# rcore-thread **Repository Path**: rcore-os/rcore-thread ## Basic Information - **Project Name**: rcore-thread - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2022-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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