We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e7056 commit 178625dCopy full SHA for 178625d
README.md
@@ -16,8 +16,11 @@ sequentially in an async manner.
16
React/Async will not automagically change blocking code to be async. You need
17
to have an actual event loop and non-blocking libraries interacting with that
18
event loop for it to work. You can use `react/event-loop` for this, but you
19
-don't have to. As long as you have a callback-based API, it can be used with
20
-this library.
+don't have to. As long as you have a callback-based API that runs in an event
+loop, it can be used with this library.
21
+
22
+*You must be running inside an event loop for react/async to make any sense
23
+whatsoever!*
24
25
## Install
26
0 commit comments