|
Lockless Task Scheduler
v1.0a
A lockless task scheduler
|
Class unsafe_multi_threaded_access_detector. More...
#include <utils.h>
Public Member Functions | |
| unsafe_multi_threaded_access_detector () | |
| Initializes a new instance of the unsafe_multi_threaded_access_detector class. More... | |
| bool | enter (TClassType &storage) |
| Enters the specified storage. More... | |
| bool | exit (TClassType &storage) |
| Exits the specified storage. More... | |
|
inline |
Initializes a new instance of the unsafe_multi_threaded_access_detector class.
|
inline |
Enters the specified storage.
| storage | The storage. |
|
inline |
Exits the specified storage.
| storage | The storage. |
1.8.13