bloomen / transwarp

A header-only C++ library for task concurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for adding a listener to all tasks in the graph at once

bloomen opened this issue · comments

In some cases (e.g. timing tasks) it is useful to be able to add the same listener to all tasks in the graph. Hence, the current add_listener and remove_listener functions should get siblings (add_listener_all and remove_listener_all) that allow for this behavior.

Implemented by c4b4a90