Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Wait for some tasks but not for others #2

Description

@danielru

I was wondering if/how it is possible, to wait for only the completion of some sub-tasks but not all. If I am reading the code correct, the torc.wait() function does not use arguments, is that right?

I was hoping to do something along the lines of

task1 = torc.submit(...).
task2 = torc.submit(...).
torc.wait(task1)

so that the code only has to wait for task1 to complete but can continue while task2 is still running. Is that possible?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions