Comment on Zig: Upcoming release postponed two more weeks and lacks async functionsparentComments−j16sdiz3yThey have await keyword. This is noop in sync mode−kprotty3yDid you mean the `nosuspend` keyword? It only asserts nothing suspends rather than there being a "sync" mode.
Comments
They have await keyword. This is noop in sync mode
Did you mean the `nosuspend` keyword? It only asserts nothing suspends rather than there being a "sync" mode.