Support to asynchronous functions in fakelibs/os.py and for readFile and writeFile ? · Issue #116 · PythonJS/PythonJS · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible add asynchronous support by adding a callback call to the *Sync functions used in os.py fakelibs? (also in runtime/builtins.py for read and write files).
Hi,
is it possible add asynchronous support by adding a callback call to the *Sync functions used in os.py fakelibs? (also in runtime/builtins.py for read and write files).
Something like:
The text was updated successfully, but these errors were encountered: