Changes between Initial Version and Version 1 of Ticket #31380, comment 7


Ignore:
Timestamp:
Mar 20, 2020, 3:22:02 PM (5 years ago)
Author:
hashlash

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31380, comment 7

    initial v1  
    22> I think we want to avoid 'asyncio' since that's a specific library, and in theory async stuff can move to other async libraries like curio / trio. Maybe 'asgi' is a better tag, since that's the target framework for django async stuff. Or we could use `async_ = 'async'` as the tag, acknowledging it's a reserved word.
    33
    4 I'll take `asgi` and will make the PR. Tell if anybody has any thoughts about the naming
     4I'll take `asgi` and will make the PR. Tell me if anybody has any thoughts about the naming
Back to Top