Replies: 1 comment 3 replies
-
I don't think it should call |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Much like
waitFor()
(see #5042),toPromise(actor, {signal})
should be a thing.Upon the
AbortSignal
receiving theabort
event,toPromise(actor, {signal})
should:actor.stop()
abort
listenerreason
prop of theAbortSignal
Beta Was this translation helpful? Give feedback.
All reactions