Comment by rastignack

Comment by rastignack 18 hours ago

1 reply

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

runeks 16 hours ago

> The new design makes the event loop / io much easier to reason about.

Interesting. How so?