Skip to content

1.1.0 - Support for generators and coroutines

Compare
Choose a tag to compare
@smarie smarie released this 27 Feb 09:31
· 336 commits to main since this release

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.