News

Introduction ez-a-sync is a Python library that enables developers to write both synchronous and asynchronous code without having to write redundant code. It provides a decorator @a_sync(), as well as ...
Proposal: Adding Py03-async-runtimes, a async runtime option for encode/decode. Its potentially worth it for every operation that takes >1ms, or every encode step. Similar async vs sync usage: ...