Open HyperCodec opened 1 week ago
The multithreading currently implemented isn't great and it's also kind of copy-pasted. Maybe make a sort of async.zig API to make it easier?
async.zig
Also creating threads every single step is not ideal.
The multithreading currently implemented isn't great and it's also kind of copy-pasted. Maybe make a sort of
async.zig
API to make it easier?