Statistics
| Branch: | Revision:

root / coroutine-win32.c @ 14015304

History | View | Annotate | Download (2.6 kB)

# Date Author Comment
00dccaf1 08/01/2011 01:14 pm Kevin Wolf

coroutine: introduce coroutines

Asynchronous code is becoming very complex. At the same time
synchronous code is growing because it is convenient to write.
Sometimes duplicate code paths are even added, one synchronous and the
other asynchronous. This patch introduces coroutines which allow code...