You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, we are not targeting the free-threaded (nogil) builds as our code base relies on asyncio to multiplex multiple socket connections and offloads file I/O operations using threads. Also aiotools.server provides a multiprocess architecture to scale out the apps.
Upgrade pants.toml and other places referring prior Python major upgrade PRs:
aiotools.server
provides a multiprocess architecture to scale out the apps.pants.toml
and other places referring prior Python major upgrade PRs:uvloop
to v21.0janus
to v2.0 to support the new queue shutdown mechanisms andasyncio.QueueShutdown
aiotools
,aiofiles
should be also updated/checked with the compatibility.asyncio.gather(*, return_exceptions=True)
with the rewrittenasyncio.as_completed()
APIThe text was updated successfully, but these errors were encountered: