fuchsnj / task_scheduler

2 stars 2 forks source link

Thread Pool #1

Open lachlansneff opened 6 years ago

lachlansneff commented 6 years ago

Have you considered adding a thread pool to the library to allow concurrent task execution?

fuchsnj commented 5 years ago

I currently don't have plans to add that to this library. It's fairly trivial to submit a task to a thread pool from this library, but if that's a common request I will consider it.