Comment by rastignack
Comment by rastignack 18 hours ago
I wrote a simple ssh server in zig to learn the language in my spare time.
The new design makes the event loop / io much easier to reason about. Thanks Andy
Comment by rastignack 18 hours ago
I wrote a simple ssh server in zig to learn the language in my spare time.
The new design makes the event loop / io much easier to reason about. Thanks Andy
> The new design makes the event loop / io much easier to reason about.
Interesting. How so?