We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a685b5a commit 8328495Copy full SHA for 8328495
fast_io/__init__.py
@@ -1,4 +1,5 @@
1
# uasyncio.__init__ fast_io
2
+# (c) 2014-2018 Paul Sokolovsky. MIT license.
3
# fork: peterhinch/micropython-lib branch: uasyncio-io-fast-and-rw
4
import uerrno
5
import uselect as select
fast_io/core.py
# uasyncio.core fast_io
version = 'fast_io'
try:
0 commit comments