-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
In addition to supporting a promise data type in the ReactMethods, we should also add support for invoking asynchronous methods and chaining the result to a promise. This needs to be managed very carefully, as the native modules are run using the "AnyBackgroundThread" spec; the concern is that if the asynchronous call releases control too early, it may allow the next item in the native queue to execute.
Metadata
Metadata
Assignees
Labels
No labels