ArtemGr <artemciy@...> writes: > Tommi Mäkitalo <tommi <at> ...> writes: > > I would really like to understand, how you do this asynchrounous thing. > > Here is another example for you: > http://stackoverflow.com/a/17598710/257568 > > It is my stackoverflow answer showing how to use coroutines > to make the asynchronous control flow look like synchronous;
BTW, all those hoops with coroutines will be used to make the Tntnet components compatible with the asynchronous control flow. 1) Asynch-aware web server -> 2) coroutine -> 3) Tntnet component -> 4) asynchronous call, saving the current stack and restoring it from callback. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
