jeremyong/coop

task_control_t seems undefined

Closed this issue · 1 comments

The promise type uses task_control_t to control allocations.

return Task::task_control_t::alloc(size);

But task has no definition for this. Am I missing something here?

Sorry about that! This was broken because a previous commit omitted this file (fixed in latest)