Skip to main content

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

Inherited from task_promise:

Member Functions

void fulfill()

Declared at: src/runtime.cc:80


std::future<void> get_future()

Declared at: src/runtime.cc:78


allocation_id get_user_allocation_id()

Declared at: src/runtime.cc:82