dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Explain how setup steps could be executed in parallel with further unpack.

Open proofit404 opened this issue 3 years ago • 0 comments

class Container(Injector):
    app = App
    host_a, host_b = this.hosts[0], this.hosts[1]

    @value
    def hosts():
        # asyncio.gather, threading.pool, etc
        ...

proofit404 avatar Jun 06 '22 00:06 proofit404