Talk:Same fringe: Difference between revisions

→‎Concurrency required?: only sort of required
(→‎Concurrency required?: only sort of required)
Line 47:
 
:: Python <code>yield</code> is basically a coroutine, so the validity is not a problem here. --[[User:Ledrug|Ledrug]] 04:10, 15 August 2012 (UTC)
::Coroutines will certainly work, though those can be emulated with closures if you work at it, and the literature also has implementations based on tree rotations, which is mentioned in the description. --[[User:TimToady|TimToady]] 05:34, 15 August 2012 (UTC)
Anonymous user