issues
search
status-im
/
nim-chronos
Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/
Apache License 2.0
362
stars
51
forks
source link
prevent http `closeWait` future from being cancelled
#486
Closed
arnetheduck
closed
10 months ago
arnetheduck
commented
10 months ago
simplify
closeWait
implementations
remove redundant cancellation callbacks
use
noCancel
to avoid forgetting the right future flags
add a few missing raises trackers
closeWait
implementationsnoCancel
to avoid forgetting the right future flags