ucbrise / fluent-old

Bloom + C++
17 stars 3 forks source link

Templated Periodic #91

Closed mwhittaker closed 7 years ago

mwhittaker commented 7 years ago

Before, Periodics used system_clock. Fluent executors, on the other hand, were templated on a Clock. This commit makes periodics templated on a Clock as well.