mdbergmann / cl-gserver

Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

Home Page:https://mdbergmann.github.io/cl-gserver/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement schedulers

mdbergmann opened this issue · comments

Idea: based on timer-wheel which is already present as dependency. Only thing timer-wheel can't do is reschedule the same task. But this can be implemented manually.

Got a pretty good idea how this could work based on my work in https://github.com/mdbergmann/cl-hab where a scheduler is already used.

Scheduler implemented as part of Actor-System.
It can be used in Actors directly.
Other, generic, usages are possible as well.

Fixed with : c50847e