My project is currently struggling with how to migrate to Python async. The biggest challenge is the place where async and sync interface.
Just the other day, my colleague was wondering out loud about the possibility of using a context manager to constrain the scope of async. This is it. This is exactly what we were looking for.
My project is currently struggling with how to migrate to Python async. The biggest challenge is the place where async and sync interface.
Just the other day, my colleague was wondering out loud about the possibility of using a context manager to constrain the scope of async. This is it. This is exactly what we were looking for.