MT Core (C++)
Core library for replacing C++ standard in project usage
|
Go to the source code of this file.
Classes | |
struct | mtcore::thread::WeakArc< T > |
Weak Automic Reference Count. More... | |
struct | mtcore::thread::Arc< T > |
Automic Reference Count. More... | |
Namespaces | |
namespace | mtcore |
Core library for C++ with Zig-related functionality. | |
namespace | mtcore::thread |
Thread-related namespace The methods and classes provided by this class are thread-safe Classes and methods provided outside of this class are not thread-safe (with the exception of malloc_alloc) This requires linking mtcore_thread to your application. | |
Enumerations | |
enum class | mtcore::thread::ArcError { mtcore::thread::ArcError::CannotAcquire = -1 } |
Error when cannot acquire an ARC. More... | |