zig/std/event
Jimmi Holst Christensen 378d3e4403
Solve the return type ambiguity (#1628)
Changed container and initializer syntax
* <container> { ... } -> <container> . { ... }
* <exrp> { ... } -> <expr> . { ...}
2018-10-15 09:51:15 -04:00
..
channel.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
fs.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
future.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
group.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
io.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
lock.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
locked.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
loop.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
net.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
rwlock.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
rwlocked.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00