ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.68k stars 418 forks source link

Allow TimerTask to be initialized with a specified Executor #1000

Closed bensheldon closed 10 months ago

bensheldon commented 1 year ago

The resulting ScheduledTasks will be initialized with that executor.

Closes #691