You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add this to the documentation (README.md#pool), to help future
users avoid hair loss trying to understand why the pool is stopping in the middle of execution!!
To see exceptions in threads (in case of buggy code) add the following in the beginning of your code
Thread::Pool.abort_on_exception = true
Could you please add this to the documentation (README.md#pool), to help future
users avoid hair loss trying to understand why the pool is stopping in the middle of execution!!
TY!