forked from goodboy/tractor
Postpone evaluation of annotations
parent
7d502cef74
commit
21afc69ac7
|
@ -2,6 +2,8 @@
|
||||||
Actor cluster helpers.
|
Actor cluster helpers.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
from contextlib import asynccontextmanager as acm
|
from contextlib import asynccontextmanager as acm
|
||||||
from multiprocessing import cpu_count
|
from multiprocessing import cpu_count
|
||||||
from typing import AsyncGenerator, Optional
|
from typing import AsyncGenerator, Optional
|
||||||
|
|
Loading…
Reference in New Issue