Commit graph

9 commits

Author SHA1 Message Date
Andrew Kelley
676f1b492e std: start moving fs.File to Io 2025-10-02 16:30:59 -07:00
Andrew Kelley
bdf463bee2 std.Io.net: partially implement HostName.lookup 2025-10-02 16:30:59 -07:00
Andrew Kelley
07cc4077fb add some networking 2025-10-02 16:30:59 -07:00
Andrew Kelley
2746239fd3 std.Io: delete asyncParallel 2025-10-02 16:30:59 -07:00
Andrew Kelley
25b2954c0c std.Io: fix error handling and asyncParallel docs 2025-10-02 16:30:59 -07:00
Andrew Kelley
9fd1ecb348 std.Io: add asyncConcurrent and asyncParallel 2025-10-02 16:30:59 -07:00
Andrew Kelley
f0499abd88 std.Io.ThreadPool: fix asyncDetached 2025-10-02 16:30:59 -07:00
Andrew Kelley
806214797a std.Io: rename go to asyncDetached
it's a better name because it's more descriptive, not a reference, and
hints that it is less common than async
2025-10-02 16:30:59 -07:00
Andrew Kelley
9a62dc4d89 revert std.Thread.Pool for now
and move the Io impl to a separate file
2025-10-02 16:30:59 -07:00