-
Yury Selivanov yazdı
asyncio.get_event_loop(), and, subsequently asyncio._get_running_loop() are one of the most frequently executed functions in asyncio. They also can't be sped up by third-party event loops like uvloop. When implemented in C they become 4x faster.
Adı |
Son kayıt (commit)
|
Son güncelleme |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
base_events.py | ||
base_futures.py | ||
base_subprocess.py | ||
base_tasks.py | ||
constants.py | ||
coroutines.py | ||
events.py | ||
futures.py | ||
locks.py | ||
log.py | ||
proactor_events.py | ||
protocols.py | ||
queues.py | ||
selector_events.py | ||
sslproto.py | ||
streams.py | ||
subprocess.py | ||
tasks.py | ||
transports.py | ||
unix_events.py | ||
windows_events.py | ||
windows_utils.py |