forked from goodboy/tractor
1
0
Fork 0

Postpone evaluation of annotations

patch-async-enter-all
overclockworked64 2021-10-16 17:33:39 +02:00
parent 4974e3efe5
commit 21042ef926
No known key found for this signature in database
GPG Key ID: 0E4A3AD9DB596812
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Actor cluster helpers.
'''
from __future__ import annotations
from contextlib import asynccontextmanager as acm
from multiprocessing import cpu_count
from typing import AsyncGenerator, Optional