If you don't accept a queue, devs will usually just dispatch to that queue in the callback anyway. Same problems, right?
Conversation
No, actually. Worried about composition wrt target queues, APIs which mutate queues, and resilience against future concurrent APIs.
2
This Tweet is unavailable. Learn more
Replying to
Replying to
I can understand deadlock if the API runs the callback synchronously. Is there still a problem if it's async?
1
Show replies

