bloomen / transwarp

A header-only C++ library for task concurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an example for a pool of graphs

bloomen opened this issue · comments

There are use cases in which a graph wants to be scheduled as soon as new data arrives without having to wait for the previous graph calculation to finish. In this case, one can construct a pool of graphs in which an available graph is scheduled once new data arrives. The pool size will adjust itself automatically based on demand.