Hacker News new | ask | show | jobs
by nathansobo 240 days ago
GPUI has a mature scheduling story, letting you “block” the main thread on spawned tasks with async/await. It also comes with a deterministic random test scheduler for driving out timing bugs.
1 comments

Thanks. Sounds like a good developer experience attempt.