|
Foundation
|
Public Member Functions | |
| JobBarrierState (Allocator *allocator) | |
| void | Complete () noexcept |
Public Attributes | |
| Mutex | mutex |
| Vector< JobHandle > | jobs |
| Atomic< size_t > | pending {0} |
| bool | waiting {} |
|
inlineexplicit |
|
inlinenoexcept |
| Mutex Foundation::Core::JobBarrierState::mutex |
| Atomic<size_t> Foundation::Core::JobBarrierState::pending {0} |
| bool Foundation::Core::JobBarrierState::waiting {} |