Skip to content

v1.3.3

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 11 Sep 14:42
· 31 commits to master since this release

CHANGELOG|中文迭代日志

New Interfaces

  • Add ExceedWait.java: Expose components of the exceed-wait-pool to make it more flexible to extend.

Enhancement

  • Improve Practicability: Downgrade the min SDK version of the thread-pool library: 9->7.

Fixes

  • Fix(thread-pool): Cover the case of only the exceed-queue has commands need to execute with the main queue is waiting for a command or there is no active command in the exceed-wait-pool.
  • Fix(thread-pool): For exceed-wait-pool, Mistake still to wait for a command in the main queue when there are commands in the exceed-queue need to execute.
  • Fix: The construct method of ExceedWait.Queue is package visible, result in can't create it directly.