nim-chronos/chronos/streams
Zahary Karadjov 826d48c4aa Revert "more docs (#111)"
This reverts commit d0a17d551f.

Moving CancelledError outside of the established Nim hierarchy is
not a solution that has rough consensus and has an unknown impact
on compatibility with otherwise correctly implemented cancellation
code (for example when `CatchableError` is caught, cleanup is done,
then the exception is reraised). Further, this breaks the established
convention in the Nim community that Exception should not be inherited
from, complicating compatibility with future Nim versions that may
enforce this more strongly.
2020-08-16 01:48:25 +03:00
..
asyncstream.nim Revert "more docs (#111)" 2020-08-16 01:48:25 +03:00
chunkstream.nim Change AsyncStream close procedure from events to cancellation. 2019-10-08 10:28:43 +03:00
tlsstream.nim Remove usage of getCurrentException(). 2019-11-28 20:14:19 +02:00