pyre.patterns.CoFunctor

Module Contents

class pyre.patterns.CoFunctor.CoFunctor(*args, **kwds)

Converts a functor into a coroutine

send(self, value)

Accept a value

throw(self, errorTp, error=None, traceback=None)

Raise an exception

close(self)

Shut things down

__next__(self)

Advance