Scheduler should be a singleton
#151
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The app should have one task queue, one set of threads and so on.
The simplest way to achieve that is to ensure that scheduler is a singleton.
Scheduler should be a singletonto `Scheduler` should be a singleton