2
0
mirror of https://github.com/status-im/nim-codex.git synced 2025-01-22 08:39:14 +00:00
Tomasz Bekas f51ef528b1
Rework AsyncIter ()
* Rework AsyncIter

* Add tests for finishing iter on error

* Improved error handling for  and additional tests

* Use new style of constructors

* Handle future cancellation

* Docs for constructors
2024-06-10 22:47:29 +00:00

10 lines
236 B
Nim

import ./utils/testoptions
import ./utils/testkeyutils
import ./utils/testasyncstatemachine
import ./utils/testasynciter
import ./utils/testtimer
import ./utils/testthen
import ./utils/testtrackedfutures
{.warning[UnusedImport]: off.}