zig/lib/std/event
Andrew Kelley 60cd11bd4b
get rid of std.os.foo.is_the_target
It had the downside of running all the comptime blocks and resolving
all the usingnamespaces of each system, when just trying to discover if
the current system is a particular one.

For Darwin, where it's nice to use `std.Target.current.isDarwin()`, this
demonstrates the utility that #425 would provide.
2019-10-24 01:14:52 -04:00
..
channel.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
fs.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
future.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
group.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
lock.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
locked.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
loop.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
net.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
rwlock.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
rwlocked.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00