Public Member Functions | |
def | __init__ |
def | __repr__ |
def | checkTimeout |
def | getReturnVal |
def | getState |
def | run |
def | stop |
def | wait |
Public Attributes | |
endTime | |
func | |
ident | |
name | |
returnVal | |
runLock | |
state | |
Static Public Attributes | |
dictionary | activityTable = {} |
def go.Async.__init__ | ( | self, | |
func, | |||
args, | |||
timeout = None , |
|||
name = None |
|||
) |
def go.Async.__repr__ | ( | self | ) |
def go.Async.checkTimeout | ( | self | ) |
def go.Async.getReturnVal | ( | self | ) |
def go.Async.getState | ( | self | ) |
def go.Async.run | ( | self, | |
args | |||
) |
def go.Async.stop | ( | self | ) |
Reimplemented in go.AsyncProc.
def go.Async.wait | ( | self | ) |
dictionary go.Async::activityTable = {} [static] |
Reimplemented in go.AsyncProc.