aiozk
aiozk copied to clipboard
watchers and aio
seems like in the source code you can add watchers:
zk.session.add_watch_callback(3, '/my/favorite', my_func)
but apart from that the func needs to by sync instead of async, and isn't documented.
work in progress?
@simingy great notice, need to handle async functions as well