demergent-labs / kybra

Python CDK for the Internet Computer
MIT License
80 stars 15 forks source link

async/await #394

Open lastmjs opened 1 year ago

lastmjs commented 1 year ago

Eventually we want to move from generators to async/await in Kybra. This might be possible very soon once we have the more complete stdlib, but RustPython might give us some problems as the async story doesn't seem very good.

youknowone commented 5 months ago

There was a few async function bug fix including https://github.com/RustPython/RustPython/pull/5276