tsyncp icon indicating copy to clipboard operation
tsyncp copied to clipboard

Simple channel-like APIs over TCP streams for communications between rust services.

Results 1 tsyncp issues
Sort by recently updated
recently updated
newest added

currently when waiting for a recv, there is no way to interrupt it (probably excluding futures shenanigans most would want to avoid) this is problematic if (as an example) the...