Skip to content

v0.1.2: Performance Improvments & Bug Fixes

Compare
Choose a tag to compare
@thislight thislight released this 10 Jan 13:42
· 31 commits to master since this release

Highlights

  • improve performance about timer and threadpool
  • threadpool.first_waiting_executor is deprecated. Please use threadpool.remove_avaliable_executor instead
  • threadpool.create_executor does not return the descriptor
  • set_timers now return the timers you set
  • set_timeout, set_repeat now return the timer
  • fix: threadpool may unexpectedly run function in dead executor