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
cheatfate
fb00b20cfa
Fix all compilation warnings for 1.0.2.
...
Fix all related problems.
2019-10-29 23:19:41 +02:00
cheatfate
29d9274e03
Fix some compilation warnings.
2019-10-24 16:01:57 +03:00
cheatfate
6e7a753793
Fix for Windows server close procedure.
2019-05-09 20:59:15 +03:00
cheatfate
80ee289847
Fix rarely appearing Windows bug with close(transport).
...
Add tests for it.
Add fromProc for all Future[T] in transports.
Add testall to improve tests speed.
Bump version to 2.2.4.
2019-03-31 00:31:10 +02:00
Mamy Ratsimbazafy
9f15c6b752
Rebrand Asyncdispatch2 to Chronos [WIP] ( #20 )
...
* Update file headers, copyright date
* Rename files and hopefully fix nimble
* Forgot to change path in tests
* Update readme
2019-02-06 15:49:11 +01:00
cheatfate
530905f276
Fix #8 and related issues, added more tests for it.
...
Fix Unix connection failed bug.
2018-08-24 15:20:08 +03:00
cheatfate
525aaf6837
Comment out asyncmacro2 skipStmtList().
...
Many changes in datagram.nim.
Fixed testdatagram.nim.
Fixed testserver.nim.
2018-06-14 09:49:59 +03:00
cheatfate
978203691e
Add `var` arguments to GC procedures, to disallow runtime exceptions.
2018-06-11 23:50:45 +03:00
cheatfate
d2b93f309b
Fix createStreamServer[T]().
...
Add test for bug with createStreamServer[T]().
2018-06-11 22:54:08 +03:00
cheatfate
deb22a8b4a
Fix Linux.
2018-06-11 02:21:36 +03:00
cheatfate
5815897de6
Fix windows asyncLoop.
...
Fix OSError -> TransportOSError.
Add inherited objects initialization.
Add tests for inherited objects.
2018-06-11 02:08:17 +03:00
cheatfate
3eb4a00397
Fix testserver.nim according to latest API changes.
2018-06-07 00:38:13 +03:00
cheatfate
a834cb1a00
Changed server behavior.
...
Removed pause function.
Updated testserver.
2018-06-04 12:57:17 +03:00
cheatfate
ac32dd24c3
Fix compilation error in testserver.nim.
2018-06-02 17:30:36 +03:00
cheatfate
6985626e1c
Test teststream2 renamed to testserver.
...
Fix compilation errors.
2018-05-31 11:10:32 +03:00