Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Data Structures | |
class | _Verbose |
class | _Verbose |
class | _RLock |
class | _Condition |
class | _Semaphore |
class | _BoundedSemaphore |
class | _Event |
class | Thread |
class | _Timer |
class | _MainThread |
class | _DummyThread |
Namespaces | |
threading | |
Constant Groups | |
threading | |
Functions | |
def | RLock |
def | Condition |
def | Semaphore |
def | BoundedSemaphore |
def | Event |
def | Timer |
def | currentThread |
def | activeCount |
def | enumerate |
Variables | |
_sys = sys | |
_time = time.time | |
_sleep = time.sleep | |
_start_new_thread = thread.start_new_thread | |
_allocate_lock = thread.allocate_lock | |
_get_ident = thread.get_ident | |
ThreadError = thread.error | |
_print_exc = traceback.print_exc | |
_StringIO = StringIO.StringIO | |
int | _VERBOSE = 0 |
Lock = _allocate_lock | |
int | _counter = 0 |
tuple | _active_limbo_lock = _allocate_lock() |
dictionary | _active = {} |
dictionary | _limbo = {} |
mon | |
rc | |
wc | |
limit | |
queue | |
quota | |
count | |