| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
UsageError Raised when you do something inappropriate to a Promise. |
|||
|
Promise I am a promise of a future result. |
|||
| _MethodGetterWrapper | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
BROKEN = 3
|
|||
CHAINED = 1
|
|||
EVENTUAL = 0
|
|||
NEAR = 2
|
|||
|
|||
Make an eventual-send call on object p = send(o).foo(args)
send() always returns a Promise, and the o.foo(args) method invocation always takes place in a later reactor turn. Many thanks to Mark Miller for suggesting this syntax to me. |
Turn a Promise into a Deferred that will fire with the enclosed object when it is ready. Use this when you actually need to schedule something to happen in a synchronous fashion. Most of the time, you can just invoke methods on the Promise as if it were immediately available. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 14 18:27:46 2008 | http://epydoc.sourceforge.net |