Commit 0a7ac52
John Haley
Force functions with callbacks to be async
If a function has a callback then it must be async. If it isn't
then we'll hit a deadlocked state when waiting for the JS
callback.1 parent deeb885 commit 0a7ac52
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| |||
0 commit comments