Module Index

Module: util

This module defines some utility functions that are designed to make using the event system slightly easier.

Functions

publish (evt, args=[], kw={}, atomic=False)

Make a publish event call to the event manager.

subscribe (evt, handle)

Make a subcribe to event call to the event manager.

threaded (is_threaded)

Set the mode of the event manager. True for threaded mode.

unsubscribe (evt, handle)

Make a unsubscribe to event call to the event manager.