![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Binds the calling thread to a work-item deferral slot for the lifetime of the scope. More...
#include <api.h>
Public Member Functions | |
| DeferSlotScope (uint32_t slot) | |
| DeferSlotScope (DeferSlotScope &&)=delete | |
| DeferSlotScope (const DeferSlotScope &)=delete | |
| DeferSlotScope & | operator= (DeferSlotScope &&)=delete |
| DeferSlotScope & | operator= (const DeferSlotScope &)=delete |
Binds the calling thread to a work-item deferral slot for the lifetime of the scope.