cosmic
cosmic copied to clipboard
Native async File IO
Currently Cosmic async file ops are not optimized. It's just queuing sync work in the default work queue. The goal is to use libuv to do native async file io at least until zig has good support for this.