class epoch_promise
Declaration
class epoch_promise : public task_promise { /* full declaration omitted */ };
Declared at: src/runtime.cc:76
Inherits from: task_promise
Member Variables
- std::promise<void> m_promise
Member Function Overview
- fulfill() → void
- get_future() → std::future<void>
- get_user_allocation_id() → allocation_id
Inherited from task_promise:
Member Functions
¶void fulfill()
void fulfill()
Declared at: src/runtime.cc:80
¶std::future<void> get_future()
std::future<void> get_future()
Declared at: src/runtime.cc:78
¶allocation_id get_user_allocation_id()
allocation_id get_user_allocation_id()
Declared at: src/runtime.cc:82