dependencies
dependencies copied to clipboard
Explain how setup steps could be executed in parallel with further unpack.
class Container(Injector):
app = App
host_a, host_b = this.hosts[0], this.hosts[1]
@value
def hosts():
# asyncio.gather, threading.pool, etc
...