-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add exception handling through `uncaught-exception-handler` - Make our thread pool threads recognizable by adding `at-at` to the thread name - Add pprint handlers for records - Add type hints to avoid reflection, and to be Babashka/GraalVM compatible - Make `shutdown-pool!` public ## 1.2.0 _28th May 2013_ * BREAKING CHANGE - Remove support for specifying stop-delayed? and stop-periodic? scheduler strategies. * Jobs now correctly report as no longer being scheduled when pool is shutdown. ## 1.1.0 _14th Jan 2013_ * Added new fn `interspaced` which will call fun repeatedly with a specified interspacing. * Added missing trailing quotes when printing schedule.
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2 | ||
1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters