Ft.Server.Server._event

This module provides a multi-process enabled event.

(*) - not available on all platforms

Functions:

Event() -- create a new event object (*)
WaitEvents() -- wait for multiple events at once (*)

Special objects:

EventType -- type object for event objects (*)
EventError -- exception raised for errors

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/_event.so'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server._event'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.