Class: Promise | Twisted-0.17.4/twisted/python/reflect.py | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
I represent an object not yet available.Methods called on me will be queued and sent as soon as the object becomes available. Typically my __become__ method is registered as a callback with some event that will return my new identity.
|