Mathias Guijarro bf21d29ad7 feat: add support for generators in Connector event callbacks
Allow to circumvent the problem of blocking calls in callbacks.
Be aware that the generator execution ("next" and "send") will
happen in separate threads, but sequentially.
2024-12-23 16:02:52 +01:00
..