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
Single threaded background processing for single sequence: FluentSeqProducer.toBackground
Added small convenience methods to the fluent stream API.
ThreadPoolBuilder is now the recommended way to create thread pool executor instead of specialized instances.
It is now possible to define a custom action for thread pools when the queue is full (via ThreadPoolBuilder).
ThreadPoolBuilder now creates a more efficient implementation when the timeout is infinite.
Fixed a potential rare dead-lock situation in ThreadPoolTaskExecutor and SingleThreadedExecutor when the queue is full, and tasks are concurrently submitted and cancelled.