nim-chronos/tests
Eugene Kabanov b5915ecd29
Small fixes (#134)
* Fix cancellation behavior.
Fix some compilation warnings.

* Fix cancelAndWait() and add proper documentation.

* Add completed(Future) and done(Future) calls to check if Future[T] completed without an error.

* Add stepsAsync() and tests.

* Fix comments.

* Fix new primitive comment, to avoid usage for task switches.
2020-11-13 14:22:58 +02:00
..
config.nims Enable --threads:on testing. 2019-11-01 06:42:32 +02:00
testaddress.nim Fix all compilation warnings for 1.0.2. 2019-10-29 23:19:41 +02:00
testall.nim [WIP] Zero-cost unattended Future[T] tracking mechanism. (#106) 2020-07-06 09:33:13 +03:00
testasyncstream.nim Small fixes (#134) 2020-11-13 14:22:58 +02:00
testbugs.nim Fix Nim's issue #13899 using #14723 and add tests. (#104) 2020-06-24 13:03:36 +03:00
testdatagram.nim Fix Windows datagram's AnyAddress issue. 2020-02-25 23:50:39 +02:00
testfut.nim Fix newFuture[T] location source for generated async procedures. (#125) 2020-09-03 14:37:53 +03:00
testmacro.nim Fix all compilation warnings for 1.0.2. 2019-10-29 23:19:41 +02:00
testnet.nim fix endian conversion issues (#82) 2020-07-12 18:22:47 +02:00
testserver.nim Small fixes (#134) 2020-11-13 14:22:58 +02:00
testsignal.nim Fix all compilation warnings for 1.0.2. 2019-10-29 23:19:41 +02:00
testsoon.nim Fix some compilation warnings. 2019-10-24 16:01:57 +03:00
teststream.nim Skip flaky test on MacOS. 2020-07-17 09:38:58 +03:00
testsync.nim Fix AsyncLock.locked flag to be consistent. (#129) 2020-09-10 23:28:20 +03:00
testtime.nim Small fixes (#134) 2020-11-13 14:22:58 +02:00
testutils.nim Make Future tracking and stack traces optional (#108) 2020-07-08 19:48:01 +03:00