You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though both examples in the antecedent text utilize the new default loop, the old standard with the `Factory::create()` and `$loop->run()` artifacts is still supported.
71
+
The examples directory contains more nuanced uses of the library that I recommend you check out.
75
72
76
-
**Note:** The examples directory contains more nuanced uses of the library that I recommend you check out.
73
+
## Limitation
74
+
75
+
`asyncify` is no panacea, but is capable of asynchronously executing a plethora of blocking calls. As presently constituted, the library is incapable of processing inputs and outputs that cannot be serialized.
77
76
78
77
## API Reference
79
78
@@ -83,8 +82,8 @@ Though both examples in the antecedent text utilize the new default loop, the ol
0 commit comments