예제 #1
0
def _stop():
    _EXECUTOR.shutdown()
    # pylint: disable=protected-access
    _LOG.info(_LOG_STR, f"Stopped Pool : {_EXECUTOR._max_workers} Workers")
예제 #2
0
def stop():
    """ stop pool """
    exe.shutdown()
    LOGGER.info("Stopped Pool : %s Workers", exe._max_workers)
예제 #3
0
def stop():
    """stop pool"""
    exe.shutdown()
    LOGGER.info(f"Stopped Pool : {exe._max_workers} Workers")
예제 #4
0
def _stop():
    _EXECUTOR.shutdown()
    _LOG.info(_LOG_STR, f"Stopped Pool : {_EXECUTOR._max_workers} Workers")