Scheduled Thread Pool Versions Save

v0.2.7

1 year ago
  • 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

1 year ago
  • Upgraded parking_lot.

v0.2.5

3 years ago
  • Upgraded parking_lot.

v0.2.4

4 years ago
  • Added the ability to schedule tasks that can dynamically change their interval.

v0.2.3

4 years ago
  • Implemented Debug for JobHandle.
  • Upgraded parking_lot to 0.10.

v0.2.2

4 years ago
  • Upgraded parking_lot to 0.9.

v0.2.1

4 years ago
  • Switched locks from antidote to parking_lot.

v0.2.0

6 years ago
  • Spawn methods now return a handle which can be used to cancel the job.