ewoksutils.logging_utils.asyncwrapper#

Classes

AsyncHandlerWrapper(handler)

A handler which blocks too long on handling events can be wrapped by this handler which will queue the logging event and redirect it to the original handler in a separate thread.