dariuszseweryn commented on PR #9995:
URL: https://github.com/apache/nifi/pull/9995#issuecomment-2962175160

   > The introduction of the new unblockAndDisableTimeout() method is only on 
the Standard implementation, which goes outside the bounds of the interface 
definition.
   
   The interface defines only `await()` method — `block()`, `unblock()` are 
only on the Standard implementation — this was the accepted solution in the 
prior PR. `unblockAndDisableTimeout()` only builds on that approach. What you 
propose?
   
   I have extracted `TimeoutActivationLatch` class and changed naming. 
Hopefully it is now clearer. PTAL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to