snow icon indicating copy to clipboard operation
snow copied to clipboard

A small, fast, cross-platform, async Zig networking framework built on top of lithdew/pike.

Results 2 snow issues
Sort by recently updated
recently updated
newest added

Updates tests and core to zig 0.11.0

Ideally, when `Client.deinit()` / `Server.deinit()` is called, all heap allocations associated to connections pooled in either should be freed before `deinit()` returns. There are two strategies on how memory/resources are...

enhancement
help wanted