Channel
    __class__
    __delattr__
    __dict__
    __doc__
    __getattribute__
    __guid__
    __hash__
    __init__(['self', 'channelName'], None, None, (None,))
    __iter__
    __module__
    __new__(['cls', 'channelName'], None, None, (None,))
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __setstate__
    __slots__
    __str__
    balance
    close
    closed
    closing
    next
    open
    preference
    queue
    receive
    schedule_all
    send
    send_exception
    send_sequence

CriticalSection
    HoldingTasklets(['self'], None, None, None)
    IsCool(['self'], None, None, None)
    WaitingTasklets(['self'], None, None, None)
    __del__(['self'], None, None, None)
    __doc__
    __enter__(['self'], None, None, None)
    __exit__(['self', 'exc', 'val', 'tb'], None, None, None)
    __guid__
    __init__(['self', 'semaphoreName', 'strict'], None, None, (None, True))
    __module__
    __repr__(['self'], None, None, None)
    acquire(['self'], None, None, None)
    claim(['self'], None, None, None)
    release(['self'], None, None, None)

FNext(['f'], None, None, None)

GetChannels([], None, None, None)

GetSemaphores([], None, None, None)

IsCurrentSynonymOf(['synonym_threadid'], None, None, None)

IsSynonymOf(['threadid', 'synonym_threadid'], None, None, None)

Lock(['object'], 'args', None, None)

MakeCurrentSynonymOf(['synonym_threadid'], None, None, None)

MakeSynonymOf(['threadid', 'synonym_threadid'], None, None, None)

Queue
    __class__
    __contains__(['self', 'o'], None, None, None)
    __delattr__
    __doc__
    __getattribute__
    __guid__
    __hash__
    __init__(['self', 'preference'], None, None, (0,))
    __len__(['self'], None, None, None)
    __module__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __slots__
    __str__
    chan
    clear(['self'], None, None, None)
    data
    front(['self'], None, None, None)
    get(['self'], None, None, None)
    non_blocking_put(['self', 'x'], None, None, None)
    pop(['self'], None, None, None)
    push(['self', 'v'], None, None, None)
    put(['self', 'x'], None, None, None)
    remove(['self', 'o'], None, None, None)

RWLock
    HoldingTasklets(['self'], None, None, None)
    IsCool(['self'], None, None, None)
    IsRDLocked(['self'], None, None, None)
    IsWRLocked(['self'], None, None, None)
    RDLock(['self'], None, None, None)
    RDLocked(['self'], None, None, None)
    TryRDLock(['self'], None, None, None)
    TryWRLock(['self'], None, None, None)
    Unlock(['self', 'tasklet'], None, None, (None,))
    WRCtxt
    WRLock(['self'], None, None, None)
    WRLocked(['self'], None, None, None)
    WaitingTasklets(['self'], None, None, None)
    _AddTasklet(['self', 'tasklet'], None, None, (None,))
    _Pump(['self'], None, None, None)
    __class__
    __delattr__
    __dict__
    __doc__
    __enter__(['self'], None, None, None)
    __exit__(['self', 'e', 'v', 'tb'], None, None, None)
    __getattribute__
    __guid__
    __hash__
    __init__(['self', 'lockName'], None, None, ('',))
    __module__
    __new__
    __reduce__
    __reduce_ex__
    __repr__(['self'], None, None, None)
    __setattr__
    __str__
    __weakref__
    thread

ReentrantLock(['object'], 'args', None, None)

RemoveCurrentSynonymOf(['synonym_threadid'], None, None, None)

RemoveSynonymOf(['threadid', 'synonym_threadid'], None, None, None)

ResourceGraph

Semaphore
    HoldingTasklets(['self'], None, None, None)
    IsCool(['self'], None, None, None)
    WaitingTasklets(['self'], None, None, None)
    __del__(['self'], None, None, None)
    __doc__
    __enter__(['self'], None, None, None)
    __exit__(['self', 'exc', 'val', 'tb'], None, None, None)
    __guid__
    __init__(['self', 'semaphoreName', 'maxcount', 'strict'], None, None, (None, 1, True))
    __module__
    __repr__(['self'], None, None, None)
    acquire(['self'], None, None, None)
    claim(['self'], None, None, None)
    release(['self', 'override'], None, None, (False,))

TaskletSequencer
    Assert(['self', 'expression'], None, None, None)
    OnSleep(['self', 'sequenceNo'], None, None, None)
    OnWakeUp(['self', 'sequenceNo'], None, None, None)
    OnWakingUp(['self', 'sequenceNo', 'target'], None, None, None)
    Pass(['self', 'sequenceNo'], None, None, None)
    __class__
    __delattr__
    __dict__
    __doc__
    __getattribute__
    __hash__
    __init__(['self'], None, None, None)
    __module__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __str__
    __weakref__
    close([], None, None, None)

TryLock(['object'], 'args', None, None)

UnLock(['object'], 'args', None, None)

__all__

__all_uthread__

__doc__

__name__

irandom(['n'], None, None, None)

new(['func'], 'args', 'kw', None)

parallel(['funcs', 'exceptionHandler', 'maxcount', 'contextSuffix'], None, None, (None, 30, None))

pool(['ctx', 'func'], 'args', 'keywords', None)

schedule

uniqueId([], None, None, None)

worker(['ctx', 'func'], 'args', 'keywords', None)

workerWithoutTheStars(['ctx', 'func', 'args', 'keywords'], None, None, None)