mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 09:01:28 +08:00
a61f98dfcd
Exercise anyio end-to-end with the structured-concurrency example from the upstream "Creating and managing tasks" docs: spawn 5 child tasks via create_task_group(), each appending to a shared list, then verify all completed. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>