mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
d7cb6997d1
This change adds `spawn` which takes a no-argument, promise-returning function, calls it, and returns `void`. This makes it easy to call async blocks from `useEffect` and other places that don't take async functions, but also makes such calls explicit. |
||
---|---|---|
.. | ||
files.ts | ||
keyboard.ts | ||
promises.ts | ||
systems.ts |