mirror of
https://github.com/BlackMATov/promise.hpp.git
synced 2026-01-05 01:51:09 +07:00
make_tuple_promise, then_tuple
This commit is contained in:
@@ -329,6 +329,7 @@ namespace jobber_hpp
|
||||
if ( task ) {
|
||||
lock.unlock();
|
||||
task->run();
|
||||
lock.lock();
|
||||
--active_task_count_;
|
||||
cond_var_.notify_all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user