TokamakUI / Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Apache License 2.0
2.62k stars 111 forks source link

Enable async/await in DOM Fiber renderer #516

Closed ahti closed 2 years ago

ahti commented 2 years ago

I noticed that Tasks weren't running when using the Fiber renderer. I'm not sure this is the appropriate place, but the normal DOM renderer calls installGlobalExecutor in it's init, so I just mirrored that.