Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want some code triggered immediately my
TaskGraph
finishes execution i.e. at the pointtransferToHost(…)
returns, So I am just wondering if Tornado has some sorta listener interface because what I am doing currently for the piece of code I want triggered is: blocking my main thread until the parameter I passed intotransferToHost(…)
is non null before running it.Beta Was this translation helpful? Give feedback.
All reactions