Does Flask-Restless ever intend to support async patterns using whatever async library prevails (presumably asyncio)?
I realize this cannot work today because SQLAlchemy does not yet support asyncio, and space is pretty murky, but I'm wondering if it did, would Flask-Restless want to support asyncio?
Any sort of general guidance would be nice for users.
Does Flask-Restless ever intend to support async patterns using whatever async library prevails (presumably asyncio)?
I realize this cannot work today because SQLAlchemy does not yet support asyncio, and space is pretty murky, but I'm wondering if it did, would Flask-Restless want to support asyncio?
Any sort of general guidance would be nice for users.