Skip to content

PowerThreadPool

Compare
Choose a tag to compare
@ZjzMisaka ZjzMisaka released this 18 Sep 15:10
· 69 commits to main since this release
ba7c6e7

What's Changed

  • [+] add event for status when pool is running by @ZjzMisaka in #46
  • [*] fix: PoolRuntimeDuration may return negative number in some case by @ZjzMisaka in #47
  • [*] ensure PoolRuntimeDuration is never negative by @ZjzMisaka in #48
  • [+] running timer by @ZjzMisaka in #49
  • [*] stop running timer when RunningTimerOption is null by @ZjzMisaka in #50
  • [+] add RuntimeDuration to the EventArgs of the event by @ZjzMisaka in #52
  • [*] add a default value for Interval by @ZjzMisaka in #53

Full Changelog: v4.9.1...v4.10.0