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
I would love to see an implementation of java's ThreadPoolExecutor.CallerRunsPolicy -- it allows automatic throttling, so I need not worry about creating too big a queue or too many threads when using a thread pool.