-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Description
On the agenda for the next meeting, wait vs. poll vs. promise is listed.
Could we consider using callbacks directly? This approach seems like it would be possible to avoid the GC pressure associated with promises and not be concerned about blocking the main thread. It would also be easy to wrap into a promise if an application preferred the promise API instead.
Metadata
Metadata
Assignees
Labels
No labels