Skip to content

A self-contained C++17 std::thread implementation with pthread.

License

Notifications You must be signed in to change notification settings

ZhongRuoyu/stdthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdthread

stdthread is a self-contained C++17 threading library implemented with pthread. It is fully compatible with the standard library's std::thread.

The implementation of stdthread is based on LLVM's libc++, licensed under the Apache License v2.0 with LLVM Exceptions. However, it only relies on the C++ standard library, can be built with any other C++ standard library implementations, like libstdc++.

A lightweight version of stdthread is also available. Please see minithread.

About

A self-contained C++17 std::thread implementation with pthread.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project