/claim #9878
LockSupport.unpark(worker) was called too frequently in maybeUnparkWorker✅ Rate Limiting: Added 50μs minimum interval between unpark operations
✅ Batch Processing: Unpark up to 2 workers per operation when needed
✅ Work Pressure Analysis: Adaptive batch sizing based on queue pressure
✅ Smart Thresholds: Only unpark when work pressure justifies it
LockSupport.unpark call frequencylastUnparkTime and unparkInterval for rate limitingestimateWorkPressure() for adaptive batch sizingmaybeUnparkWorker() with batch unparking logicmaxBatchUnpark parameterGeetk172
@Geetk172
ZIO
@ZIO