Equivalent of the apply() builtin function. It blocks till the result is ready.
A variant of the apply() method which returns a Greenlet object.
If callback is specified then it should be a callable which accepts a single argument. When the result becomes ready callback is applied to it (unless the call failed).
A variant of the map() method which returns a Greenlet object.
If callback is specified then it should be a callable which accepts a single argument.
An equivalent of itertools.imap()
The same as imap() except that the ordering of the results from the returned iterator should be considered in arbitrary order.