Events: Difference between revisions

Updated to compile with Nim 1.4: replaced "wait x" by "wait(addr x)".
(→‎{{header|Raku}}: Fix up some internal links)
(Updated to compile with Nim 1.4: replaced "wait x" by "wait(addr x)".)
Line 692:
discard p[1].write(addr p[0], 1)
var x: cint = 0
discard wait (addr x)
else:
discard close p[1]
Anonymous user