Replies: 1 comment
-
wrap with UniTaskCompletionSource. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I had an existing EventHandler
Is it possible to
await
until a certain value is spat out by the EventHandler?And is it possible to do so without changes to the function where EventHandler gets invoked?
Beta Was this translation helpful? Give feedback.
All reactions