Closed singingwolfboy closed 1 year ago
Sometimes, application code wants to check if a Pool is still open or not. This adds an is_closing() method to the public API for Pool, so that it's easy to do so.
Pool
is_closing()
@elprans could I please get another review of this pull request?
The tests should pass now. Can you please enable them once again?
@elprans can this be merged?
Sometimes, application code wants to check if a
Pool
is still open or not. This adds anis_closing()
method to the public API forPool
, so that it's easy to do so.