summary refs log tree commit diff stats
path: root/lib/pure/asyncdispatch.nim
Commit message (Expand)AuthorAgeFilesLines
* change `include genode/env` to an import (#20721)ringabout2022-11-011-1/+1
* Genode: add scheduleCallbacks to asyncdispatch (#20708)ehmry2022-10-311-3/+29
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-121-12/+12
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)David Krause2022-07-161-0/+2
* Friendlier error message with solution (#19880)Carlo Capocasa2022-06-111-0/+5
* Rework discarding futures documentation in asyncdispatch (#19738)huantian2022-05-021-6/+33
* Fix doc: list of async backends (#19741)huantian2022-04-241-3/+3
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-3/+3
* enable `maxDescriptors` on Illumos/Solaris (#19295)BarrOff2021-12-301-2/+2
* Remove invalid statements about try in async docs. (#19108)Dominik Picheta2021-11-081-13/+13
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-071-2/+2
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-2/+5
* Document `-d:async_backend` flag (#18700)Jacek Sieka2021-09-031-0/+28
* various small documentation improvements (#18602)Miran2021-07-281-17/+17
* Fix a bug with starting of asynchronous processes (#18464)Ivan Bobev2021-07-081-1/+1
* Add commas to docs for clarity (#18398)Elliot Waite2021-06-291-2/+2
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-2/+0
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-1/+1
* Use `.. warning::` (#17320)konsumlamm2021-03-101-1/+1
* use .. warning:: (#17226)flywind2021-03-041-3/+3
* use single backtick (#17166)flywind2021-02-231-118/+118
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-1/+1
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-1/+1
* fixes #16154; underlying system.add for seq is the real cause; will be addres...Andreas Rumpf2020-11-271-2/+3
* ported to FreeRTOSAraq2020-11-131-10/+12
* fixes 'nim doc'Araq2020-11-131-1/+1
* attempt to make asynchttpserver better; fixes #15925; [backport:1.0]Araq2020-11-131-0/+22
* ORC/ARC async progress (#15370)Andreas Rumpf2020-09-201-8/+7
* ORC and stdlib optimizations (#15362)Andreas Rumpf2020-09-191-2/+6
* async: minor refactorings (#15354)Andreas Rumpf2020-09-181-15/+14
* export asyncdispatch handles (#15140)flywind2020-08-011-1/+1
* [Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)Dominik Picheta2020-07-191-1/+6
* Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)Juan Carlos2020-06-301-10/+0
* Fix asyncdispatch drain behavior (#14820) (#14838)Ray Imber2020-06-301-4/+9
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-201-14/+57
* Fix #14289 (#14304) [backport]slangmgh2020-05-111-1/+2
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-2/+0
* asyncdispatch: export Callback (#14042) [backport]alaviss2020-04-211-2/+2
* asyncdispatch: get rid of erroneous set constructions (#13877)alaviss2020-04-051-5/+9
* asyncdispatch: fix erroneous set construction (#13765)alaviss2020-03-261-1/+3
* fix deprecations and other warnings (#13748)Miran2020-03-251-5/+5
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-1/+1
* fixes async regressionAraq2020-03-111-1/+1
* fixes #13519Araq2020-03-111-1/+1
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-27/+29
* ARC: implemented a simple cycle detectorAraq2019-11-281-0/+2
* index out of bounds exception when data is empty (#12428)Jack Tang2019-11-221-9/+11
* async: cleaner solution that avoids GC_ref on strings which doesn't exist for...Araq2019-11-131-6/+5