Asyncer

Use Asyncer correctly in Python code that mixes async functions, blocking sync functions, worker threads, or concurrent async tasks. Use when choosing between Asyncer, AnyIO, and asyncio patterns; replacing asyncio.gather, AnyIO task groups, to_thread/from_thread calls, or anyio.run wrappers; using asyncer.create_task_group(), TaskGroup.soonify(), SoonValue, asyncify(), syncify(), or runnify(); or avoiding common Asyncer mistakes.

fastapi c0a9714 7.6 KB Updated

File contents

fastapi/asyncer/tree/main/asyncer/.agents/skills/asyncer commit c0a9714f17

Frequently asked questions

npx skillmds@latest add fastapi/asyncer