nim-chronos/chronos/internal
Jacek Sieka e15dc3b41f
prevent http `closeWait` future from being cancelled (#486)
* simplify `closeWait` implementations
  * remove redundant cancellation callbacks
  * use `noCancel` to avoid forgetting the right future flags
* add a few missing raises trackers
* enforce `OwnCancelSchedule` on manually created futures that don't raise `CancelledError`
* ensure cancellations don't reach internal futures
2024-01-04 16:17:42 +01:00
..
asyncengine.nim move docs to docs (#466) 2023-11-15 09:06:37 +01:00
asyncfutures.nim prevent http `closeWait` future from being cancelled (#486) 2024-01-04 16:17:42 +01:00
asyncmacro.nim Better line information on effect violation 2023-12-27 20:57:39 +01:00
errors.nim per-function `Exception` handling (#457) 2023-11-08 15:12:32 +01:00
raisesfutures.nim prevent http `closeWait` future from being cancelled (#486) 2024-01-04 16:17:42 +01:00