zroch is zroutine and zchan, which is a golang inspired lib to make concurrent programming easier in zig.
zroutineisgo routineinspired light-weight concurrent routine execution engine.zchanisgo channelinspired inter thread/routine communication facility.zrochprovides helper functions for usingzroutineandzchantogether easier (by removing tedious repeating code).
TODO