Skip to content

0.3.0

Compare
Choose a tag to compare
@dktapps dktapps released this 13 Jun 14:18
· 28 commits to master since this release
fe5b1db

Changes since 0.2.0

  • SleeperHandler now only accepts Closure for handlers, not callable. (You can use Closure::fromCallable() to convert a callable to a closure.)
  • Improved performance of SleeperNotifier->wakeupSleeper() (less locking).
  • SleeperHandler no longer keeps references to SleeperNotifier instances (not needed). NotifierEntry has therefore been removed.