when does dispose abort a task? does it interrupt ...
# rx
a
when does dispose abort a task? does it interrupt an http operation? What about other types of IO? I assume it'll interrupt any Thread.sleep I do.