- Started setting up a thread safe window manager
- Created thread & atomic structures
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define FENNEC_MEMORY_POINTERS_H
|
||||
|
||||
#include <fennec/lang/type_traits.h>
|
||||
#include <fennec/lang/utility.h>
|
||||
|
||||
namespace fennec
|
||||
{
|
||||
@@ -176,6 +177,10 @@ public:
|
||||
return _handle;
|
||||
}
|
||||
|
||||
operator bool() const {
|
||||
return _handle != nullptr;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
delete_t _delete;
|
||||
|
||||
Reference in New Issue
Block a user