Skip to content

[Documentation] For wait=False parameter #899

@jan-janssen

Description

@jan-janssen

Example:

import executorlib
from time import sleep

def reply(x):
    sleep(10)
    return x

with executorlib.FluxClusterExecutor(wait=False) as exe:
    f = exe.submit(reply, 4)

prin(f.result())

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions