0.3.0
Changes since 0.2.0
SleeperHandler
now only acceptsClosure
for handlers, notcallable
. (You can useClosure::fromCallable()
to convert a callable to a closure.)- Improved performance of
SleeperNotifier->wakeupSleeper()
(less locking). SleeperHandler
no longer keeps references toSleeperNotifier
instances (not needed).NotifierEntry
has therefore been removed.