nim-chronos/chronos/transports
Jacek Sieka e38ceb5378
fix v3 backwards compatibility for callbacks (#481)
Because the callback types were used explicitly in some consumers of
chronos, the change of type introduces a backwards incompatibility
preventing a smooth transition to v4 for code that doesn't uses
`raises`.

This PR restores backwards compatibility at the expense of introducing a
new type with a potentially ugly name - that said, there is already
precedence for using numbered names to provide new error handling
strategy in chronos.
2023-12-04 14:19:29 +01:00
..
common.nim futures: sinkify (#475) 2023-11-19 18:29:09 +01:00
datagram.nim futures: sinkify (#475) 2023-11-19 18:29:09 +01:00
ipnet.nim clean up `Defect` (#404) 2023-06-05 22:21:50 +02:00
osnet.nim Fix unreachable code places. (#459) 2023-10-30 15:27:25 +02:00
stream.nim fix v3 backwards compatibility for callbacks (#481) 2023-12-04 14:19:29 +01:00