Go to the source code of this file.
Classes | |
| class | go::_MultiLock |
| class | go::ActivityError |
| class | go::Async |
| class | go::AsyncCyclic |
| class | go::AsyncProc |
Namespaces | |
| namespace | go |
Functions | |
| def | go::addError |
| def | go::altWait |
| def | go::altWaitCycle |
| def | go::check |
| def | go::csleep |
| def | go::dprint |
Variables | |
| int | go::AS_ENDED = 2 |
| int | go::AS_FAILED = 5 |
| int | go::AS_RUNNING = 0 |
| int | go::AS_STOPPED = 3 |
| int | go::AS_STOPPING = 1 |
| int | go::AS_TIMEOUT = 4 |
| int | go::debug = 1 |
| tuple | go::errStopped = addError("activity has been stopped") |
| tuple | go::errTimeout = addError("activity has timed out") |
| tuple | go::errUnknown = addError("unknown error") |