-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASYNC-256: Implemented thread-call, thread, and io-thread in terms of…
… thread-call, providing the proper workflow flag to a new arity that takes a keyword representing the expected workload - one of :io, :compute, :mixed that utilizes the proper ExecutorService (:mixed by default). Merged concurrency and exec.threadpool nses into dispatch. Added functionality to dispatch to allow user definition via sysprop -> qualified var name of executor service factory taking flags above and returning instance or nil.
- Loading branch information
1 parent
6689b56
commit fb61cdc
Showing
7 changed files
with
140 additions
and
100 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
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 was deleted.
Oops, something went wrong.
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
32 changes: 0 additions & 32 deletions
32
src/main/clojure/clojure/core/async/impl/exec/threadpool.clj
This file was deleted.
Oops, something went wrong.
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