Commit c07537ae authored by Denis Bilenko's avatar Denis Bilenko

Greenlet: a few bugfixes

 - make sure link() is always async
 - add rawlink() that does not spawn a new greenlet per link
 - linking to greenlet does not spawn auxilary greenlet anymore
 - throw() method overriden to handle killing of not yet started greenlet properly
 - _schedule_run and _schedule_switch renamed to schedule_switch and schedule_switch_later
 - make spawn_later return tuple (greenlet, timer)
 - joinall - change order of arguments to joinall(greenlets, timeout, raise_error)
parent 93a16bf1
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment