LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
threadsafety.h File Reference
#include <mutex>
#include "task.h"
#include "context.h"
Include dependency graph for threadsafety.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LC::Util::ThreadSafetyExtension< typename >

Namespaces

namespace  LC
namespace  LC::Util

Concepts

concept  LC::Util::IsThreadSafe

Typedefs

template<typename T = void>
using LC::Util::ThreadSafeTask = Task<T, ThreadSafetyExtension>
template<typename T = void>
using LC::Util::ThreadSafeContextTask = Task<T, ThreadSafetyExtension, ContextExtension>