Merge branch 'feat/optional-uvloop-use' of github.com:prryplatypus/sanic into tests/optional-uvloop-use

This commit is contained in:
prryplatypus 2021-10-23 20:50:33 +02:00
commit 3e14dee8b4
No known key found for this signature in database
GPG Key ID: 6687E128FB70819B

View File

@ -6,7 +6,7 @@ from sanic.server.protocols.http_protocol import HttpProtocol
from sanic.server.runners import serve, serve_multiple, serve_single
def use_uvloop() -> bool:
def use_uvloop() -> None:
"""
Use uvloop instead of the default asyncio loop.
"""