apple2js/js/components/util
Ian Flanigan d7cb6997d1
Add spawn as a way of calling promise-returning blocks (#131)
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.
2022-06-12 09:05:01 -07:00
..
files.ts
keyboard.ts
promises.ts Add spawn as a way of calling promise-returning blocks (#131) 2022-06-12 09:05:01 -07:00
systems.ts