flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

Extract Executor and relevant classes into a separate gem #15

Closed dorner closed 4 years ago

dorner commented 4 years ago

There are other use cases for this pattern (a looping construct that checks if it should exit after each loop, using a thread pool). It was largely copied from Phobos but there are at least two or three uses just in Deimos and I think it could be helpful elsewhere.