mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
Signal transfer cancel synchronously before any runtime await, drive API calls via Handle::block_on so concurrent cancel cannot deadlock a receive, and rewrite the gated output-sink cancel test to avoid the slow multi-megabyte write loop that starved CI.