Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.
/ nxcppthread Public archive

**Don't use this** C++ threads for Switch using libnx

License

Notifications You must be signed in to change notification settings

RSDuck/nxcppthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nxcppthread

A partial implementation of the C++11 threading library for Nintendo Switch, directly using libnx.

Current status

  • <thread>
    • done
  • <mutex>
    • mutex, recursive_mutex, lock_guard, lock and unlock are done
  • <condition_variable>
    • everything except condition_variable_any

The library is currently only lightly tested, you're probably going to encounter small errors in every corner.

Credits

About

**Don't use this** C++ threads for Switch using libnx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published