Skip to content

Commit 00d4d17

Browse files
committed
webassembly/asyncio: add support for taskgroups.
Signed-off-by: Matthias Urlichs <matthias@urlichs.de>
1 parent 6814308 commit 00d4d17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ports/webassembly/asyncio/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
from .funcs import wait_for, wait_for_ms, gather
66
from .event import Event
77
from .lock import Lock
8+
from .taskgroup import TaskGroup
89

9-
__version__ = (3, 0, 0)
10+
__version__ = (3, 0, 1)

ports/webassembly/variants/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"event.py",
99
"funcs.py",
1010
"lock.py",
11+
"taskgroup.py",
1112
),
1213
base_path="$(MPY_DIR)/extmod",
1314
opt=3,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy