var group: Io.Group = .init; defer group.cancel(io);
Same thing with:
var future = io.async(foo, .{}); defer future.cancel(io);