Skas Merkushin
Skas Merkushin
Hi! Is there anyone working on that? I'd like to try to implement that, but not sure if that's desired by core developers. Also, extra thoughts on realisation appreciated.
@brian-brazil, what do you think about Python version check inside decorator to exclude support for non-async syntax. Seems like it's not gonna affect backwards support. And will come really handy
Yup, actually i was thinking about depending on version import of async compatible syntax. But it looks too complex and such case may be implemented easier with context manager as...