issues
search
adafruit
/
Adafruit_CircuitPython_asyncio
CIrcuitPython subset of CPython asyncio library
MIT License
28
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Codespace ubiquitous space spoon 5gv7xv555qv7277r5
#68
johnnohj
closed
5 months ago
0
examples: submitting ideas for example code
#67
johnnohj
closed
5 months ago
4
Where is asyncio in the circuitpython bundles?
#66
mdetweiler
closed
6 months ago
2
Remove non-working Stream __aenter__/__aexit__ methods.
#64
kbsriram
closed
9 months ago
0
Remove non-working Stream __aenter__/__aexit__ methods (from MicroPython)
#63
dhalbert
closed
9 months ago
0
asyncio.start_server relies on usocket, which is not available for circuitpython
#62
robogame-dev
closed
6 months ago
1
Update asyncio_simpletest.py
#61
SquirtleSquadLeader
closed
8 months ago
0
Could `TaskQueue` be implemented without `Task` being in C?
#60
imnotjames
opened
1 year ago
5
chore: make traceback module optional
#59
imnotjames
closed
10 months ago
0
add tests for asyncio
#58
imnotjames
opened
1 year ago
9
Make traceback optional
#57
imnotjames
closed
10 months ago
0
feat: support `wait` as a function
#56
imnotjames
closed
1 year ago
1
chore: move CancelledError and InvalidStateError to tasks
#55
imnotjames
closed
1 year ago
3
feat: support task methods for `exception` and `result`
#54
imnotjames
opened
1 year ago
3
Support Task methods `result()`, `exception()`, and `cancelled()`
#53
imnotjames
opened
1 year ago
1
Replace depreciated .show()
#52
RetiredWizard
closed
1 year ago
0
Convert .show() to .root_group = for CircuitPython 9
#51
dhalbert
closed
1 year ago
0
feat: add queue support
#50
imnotjames
opened
1 year ago
9
1.20 fixes
#49
tannewt
closed
1 year ago
0
Streams
#48
eleimt
opened
1 year ago
0
update asyncio from MicroPython v1.19.1
#47
dhalbert
closed
1 year ago
6
Better tutorials in using Asyncio?
#46
djairjr
closed
5 months ago
4
Missing simple test
#45
martymcguire
closed
5 months ago
2
Fix issue #43
#44
furbrain
closed
1 year ago
0
Exceptions can use up large amounts of memory
#43
furbrain
closed
1 year ago
8
Add package prefix to build CI
#42
tekktrik
closed
1 year ago
3
Add the package-prefix parameter to the github release action
#41
Neradoc
closed
1 year ago
0
copy CPython implemention
#40
gneverov
closed
1 year ago
4
Garbage Collection Not Executing During asyncio.sleep(0)
#39
FinnWBiggs
closed
1 year ago
1
Fix docs link
#38
tannewt
closed
1 year ago
0
Docs are not on readthedocs.io...
#37
henrygab
closed
1 year ago
0
Exception within a task can cause other tasks to run before the exceptioned-task completes
#36
anecdata
opened
1 year ago
0
"no module named 'usocket'" on Raspberry Pico W
#35
noinskit
opened
2 years ago
29
Rework how the never singleton is invoked
#34
jepler
closed
2 years ago
0
Switch `await core.sleep` to `await core.io_queue.queue_[read|write]`
#33
furbrain
closed
2 years ago
11
Bugs in streams.py
#32
furbrain
closed
10 months ago
0
Fix canceling of a gather operation
#31
jepler
closed
3 weeks ago
1
Fix uses of 'await sleep(0)'
#30
jepler
closed
2 years ago
3
Lock is not preventing concurrent acquiring
#29
rbedia
closed
2 years ago
7
Fix building assets in CI
#28
tekktrik
closed
2 years ago
0
Releases zip files only contains examples now?
#27
theboyknowsclass
closed
2 years ago
4
Added Ticks dependency to README
#26
dedukun
closed
2 years ago
0
Enable ThreadSafeFlag
#25
jepler
closed
2 years ago
2
RTD Documentation: Build status not successful
#24
tekktrik
closed
2 years ago
1
Incorporate fixes from https://github.com/micropython/micropython/pull/8459
#22
dhalbert
closed
9 months ago
3
adding display button example
#21
FoamyGuy
closed
2 years ago
4
_uasyncio -> _asyncio
#20
dhalbert
closed
2 years ago
0
Add docstrings
#19
tekktrik
closed
2 years ago
8
Trinket M0: ImportError: no module named 'select'
#18
todbot
closed
2 years ago
6
Add docstring documentation
#17
tekktrik
closed
2 years ago
0
Next