Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::DeferSlotScope Class Referencefinal

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
 
DeferSlotScopeoperator= (DeferSlotScope &&)=delete
 
DeferSlotScopeoperator= (const DeferSlotScope &)=delete
 

Detailed Description

Binds the calling thread to a work-item deferral slot for the lifetime of the scope.


The documentation for this class was generated from the following file: