-
David Gibson authored
Generators are a limited form of co-routine, which people may be familiar with from Python. This module adds an implementation of generators for C. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
707a8c0a
Generators are a limited form of co-routine, which people may be familiar
with from Python. This module adds an implementation of generators for C.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>