We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the erroneous wait behaviour defined by #78
This includes:
handler::depends_on()
queue::wait()
The text was updated successfully, but these errors were encountered:
Should also include the changes from #132 that specify an error on quering an event returned fro queue recording for profiling info or command status
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Implement the erroneous wait behaviour defined by #78
This includes:
handler::depends_on()
when an event is passed that doesn't correspond to a node (related to Implement creating an edge with handler::depends_on() #89)queue::wait()
on a queue in the recording stateThe text was updated successfully, but these errors were encountered: