threading

Some helper functions and classes related to threading issues

camelot.core.threading.synchronized(original_function)[source]

Decorator for synchronized access to an object, the object should have an attribute _mutex which is of type QMutex

Previous topic

threaded_logging

Next topic

utils

This Page