the.bay.news

Unified Concurrency Interface

Discussions on Python.org
Unified Concurrency Interface
From my experience working on asyncio code and sync/non-asyncio code, probablythe most annoying part is actually building interfaces that support both. You get a bunch of aget or async_get verus get calls. Async adapters and everything else. Tracking what can be used inside an async context and what cannot be. Since I have been in Django world again recent, Django recently implemented the task framework, which is just a unified interface for defining background task in Django. That really got m...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.