go::Async Class Reference
List of all members.
Detailed Description
Definition at line 152 of file go.py.
Member Function Documentation
def go::Async::__init__ |
( |
|
self, |
|
|
|
func, |
|
|
|
args, |
|
|
|
timeout = None , |
|
|
|
name = None | |
|
) |
| | |
func: function to be executed
args: tuple of the arguments to be passed to the function
timeout: time, after which the function is automatically stopped
name: name of the activity (for debug)
Definition at line 156 of file go.py.
def go::Async::__repr__ |
( |
|
self |
) |
|
def go::Async::checkTimeout |
( |
|
self |
) |
|
def go::Async::getReturnVal |
( |
|
self |
) |
|
returns the return value of the function, after this has successfully
ended
Definition at line 209 of file go.py.
def go::Async::getState |
( |
|
self |
) |
|
def go::Async::run |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
def go::Async::stop |
( |
|
self |
) |
|
def go::Async::wait |
( |
|
self |
) |
|
wait, until the activity has ended
returns the returnvalue of the executed function
Definition at line 221 of file go.py.
Member Data Documentation
The documentation for this class was generated from the following file: