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
..
2022-06-05 10:57:04 -07:00
2022-06-05 10:57:04 -07:00
2022-06-10 19:53:40 -07:00
2022-06-05 10:57:04 -07:00
2022-06-05 10:57:04 -07:00