- js is a single-threaded language - people migrate js product to native languages like rust. one of the reasons is speed and it comes from single-thread vs multi-thread - i migrated ccusage to rust because of speed, but i prefer the simplicity of js/ts - design can be zig's `std.Thread`, rust's `await`, or `goroutine`
std.Thread, rust'sawait, orgoroutine