summary refs log tree commit diff stats
path: root/lib/pure/asyncstreams.nim
Commit message (Collapse)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
| | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* Fix FutureStream memory usage (#17395) [backport:1.2]Igor Ribeiro de Assis2021-03-161-1/+5
|
* use single backtick (#17166)flywind2021-02-231-12/+12
|
* Fixes #16436 (#16695)Yuriy Glukhov2021-01-141-1/+18
| | | | | * Fixes #16436 * Comments addressed
* async: minor refactorings (#15354)Andreas Rumpf2020-09-181-22/+22
|
* fixes #14402 (#14908)Andreas Rumpf2020-07-081-1/+1
| | | | | * fixes #14402 * added a test case
* asyncstreams: replace unintended link with emphasisJjp1372019-10-221-1/+1
|
* [backport] run nimpretty on asyncnarimiran2019-09-301-5/+5
|
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* last stdlib cleanupsAraq2019-09-211-0/+11
|
* newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+1
| | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again
* fix for unnecessary poll() in some uses of asyncJulian Fondren2019-05-151-1/+6
|
* Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)Dominik Picheta2018-10-091-2/+4
| | | | | | * Fixes #8994. FutureStream read procedure data loss no longer occurs. * Optimises the fix for #8994.
* split FutureStream from asyncfuturesMichał Zieliński2017-07-051-0/+105