secretary 0.3.1 copy "secretary: ^0.3.1" to clipboard
secretary: ^0.3.1 copied to clipboard

A sophisticated tool for managing queues of asynchronous tasks, with a stream interface, strong typing and lots of helpful options.

0.3.1 #

  • Secretary.waitForResult(): use this to wait for a result for a specific event.

0.3.0 #

  • Added concurrency: Secretary.maxConcurrentTasks.

0.2.2 #

  • Added StopPolicy.finishRecurring.
  • Stop policy tests.

0.2.1 #

  • Added onComplete and onError callbacks to recurring tasks.

0.2.0 #

  • Recurring tasks.
  • TaskOverrides data class instead of tons of parameters in Secretary.add().
  • RetryPolicy is now QueuePolicy.

0.1.2 #

  • More tests.
  • More documentation.
  • More Validator and RetryTest helpers.

0.1.1 #

  • More documentation.
  • failureStream and retryStream helpers.
  • Fixed a bug with cleaning up failed tasks.

0.1.0 #

  • Initial release.
19
likes
0
pub points
66%
popularity

Publisher

verified publisheralxbkr.xyz

A sophisticated tool for managing queues of asynchronous tasks, with a stream interface, strong typing and lots of helpful options.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on secretary