tonarino / actor

A minimalist actor framework aiming for high performance and simplicity.
MIT License
40 stars 6 forks source link

Timer #51

Closed bschwind closed 3 years ago

bschwind commented 3 years ago

From #14

It will be nice to be able to schedule timers and one-off tasks for periodically sending messages to actors, instead of having the actor send to itself and sleep its thread for certain intervals.

bschwind commented 3 years ago

Closing in favor of #52