6 ms·
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
by rastignack 1y 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
- runeks 1y ago> The new design makes the event loop / io much easier to reason about. Interesting. How so?
- schaefer 1y agoIs there any chance you've published your project? It would be fun to read the code.
- rastignack 1y agoI’ll finish it this summer, hopefully.