mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
Replaces blocking stdin reads with `std.io.poll` to allow macrotasks to run. Removes the stdout mutex as I/O is now serialized.
Replaces blocking stdin reads with `std.io.poll` to allow macrotasks to run. Removes the stdout mutex as I/O is now serialized.