zig/lib/std/fs
Andrew Kelley a9667b5a85 organize std lib concurrency primitives and add RwLock
* move concurrency primitives that always operate on kernel threads to
   the std.Thread namespace
 * remove std.SpinLock. Nobody should use this in a non-freestanding
   environment; the other primitives are always preferable. In
   freestanding, it will be necessary to put custom spin logic in there,
   so there are no use cases for a std lib version.
 * move some std lib files to the top level fields convention
 * add std.Thread.spinLoopHint
 * add std.Thread.Condition
 * add std.Thread.Semaphore
 * new implementation of std.Thread.Mutex for Windows and non-pthreads Linux
 * add std.Thread.RwLock

Implementations provided by @kprotty
2021-01-14 20:41:37 -07:00
..
file.zig std.EarlyEOFReader: rename to LimitedReader 2021-01-11 16:51:56 -07:00
get_app_data_dir.zig Year++ 2020-12-31 15:45:24 -08:00
path.zig update path.join to recognize any separators that isSep does 2021-01-11 11:15:34 -08:00
test.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
wasi.zig remove z/Z format specifiers 2021-01-07 23:49:22 -08:00
watch.zig Merge pull request #7134 from alexnask/fix_std_fs_watch 2021-01-11 12:45:36 -08:00