Skip to content

5.15 Release

Compare
Choose a tag to compare
@jentfoo jentfoo released this 06 Apr 15:11
· 283 commits to master since this release

Changes included in this release:

  • Added ThreadReferencingThreadFactory as a way to get a handle on the currently alive threads produced by a thread factory.
  • CentralThreadlyPool now lets you set the thread priority (for the scheduler) for single threaded pools
  • CentrealThreadlyPool had an API change for its low priority pool, now having separate functions for singleThread instead of taking in a boolean.
  • ReschedulingOperation can now be constructed with just an Executor instead of requiring a scheduler
  • SchedulerServiceLimiter had two defects fixed:
  • Recurring tasks could not be removed while they were running
  • Recurring tasks would take two slots for every task running