1.1.0 - Support for generators and coroutines
Now create_function
and @with_signature
create the same kind of function than the handler. So if it is a generator, a generator-based coroutine, or an async coroutine, the generated function will adapt. Fixes #6.
See documentation page for details.