Skip to content

Releases: sfackler/scheduled-thread-pool

v0.2.7

07 Mar 01:37
v0.2.7
6cec0f7
Compare
Choose a tag to compare
  • Added a builder type to configure the pool.
  • Added the ability to shut down the pool immediately without waiting for tasks to complete.

v0.2.6

27 May 23:11
v0.2.6
d34a73e
Compare
Choose a tag to compare
  • Upgraded parking_lot.

v0.2.5

30 Jun 23:46
Compare
Choose a tag to compare
  • Upgraded parking_lot.

v0.2.4

21 Mar 19:34
Compare
Choose a tag to compare
  • Added the ability to schedule tasks that can dynamically change their interval.

v0.2.3

26 Nov 01:46
Compare
Choose a tag to compare
  • Implemented Debug for JobHandle.
  • Upgraded parking_lot to 0.10.

v0.2.2

17 Jul 12:56
Compare
Choose a tag to compare
  • Upgraded parking_lot to 0.9.

v0.2.1

07 Jun 03:51
Compare
Choose a tag to compare
  • Switched locks from antidote to parking_lot.

v0.2.0

10 Nov 06:41
Compare
Choose a tag to compare
  • Spawn methods now return a handle which can be used to cancel the job.