You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cupla-tasks may be executed (i.e. submitting the async operation) immediately, if all dependencies can be represented by cupla-events. Because of this calling emplace_task inside a cupla-task may cause a deadlock.
This should be forbidden and throw an exception.
The text was updated successfully, but these errors were encountered:
Cupla-tasks may be executed (i.e. submitting the async operation) immediately, if all dependencies can be represented by cupla-events. Because of this calling
emplace_task
inside a cupla-task may cause a deadlock.This should be forbidden and throw an exception.
The text was updated successfully, but these errors were encountered: