cheatfate
|
29d9274e03
|
Fix some compilation warnings.
|
2019-10-24 16:01:57 +03:00 |
cheatfate
|
c4a99447bd
|
Fix AsyncLock race and refactor asyncsync.nim to properly support cancellation.
Fix async macro to not transform nested procedures.
|
2019-07-17 16:12:31 +03:00 |
cheatfate
|
43ae07f20c
|
Fix deprecation warning.
|
2019-07-04 15:13:39 +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
|
d5b887f3d8
|
Add more utility procedures and tests for AsyncQueue.
Bump version to 2.0.6.
|
2018-07-31 12:50:22 +03:00 |
cheatfate
|
fdbeddb49b
|
Fix testsync.nim to remove unnecessary imports.
Refactored new callsoon test testsoon.nim
Replace test1.nim with testsoon.nim
|
2018-05-22 13:16:56 +03:00 |
cheatfate
|
c220b05a4c
|
Optimize asyncsync primitives
|
2018-05-22 11:51:11 +03:00 |