Commit Graph

12 Commits

Author SHA1 Message Date
Mateusz Russak
ed19729127
fix(async): abortable should not change original outputs (#5609)
* fix(async): abortable should not change original outputs

* fix: according to code review

* revert

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-05 05:31:35 +00:00
Asher Gomez
6e1724ba22
test(async): fix abortable.AsyncIterable() calls return before throwing test (#5596)
* test(async): fix `abortable.AsyncIterable() calls return before throwing` test

* fix
2024-08-01 14:30:49 +09:00
Mateusz Russak
714fccba66
fix(async): abortableAsyncIterable() should call .return() on the generator once aborted (#5560)
* fix(async): abortableAsyncIterable() should call .return() on the generator once aborted

* fix: formatting

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-01 00:25:42 +00:00
Asher Gomez
e561d36026
BREAKING(async): simplify deadline() logic, remove DeadlineError and improve errors (#5058) 2024-06-21 16:37:23 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
83fe26f36d
refactor(async): format test names (#3985)
* initial commit

* Update async/pool_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* update test names

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 09:29:13 +11:00
Asher Gomez
56e2bc10e0
chore: use Array.fromAsync() where possible (#3788) 2023-11-11 06:00:28 +11:00
Asher Gomez
88477d1117
refactor: remove use of deferred() (#3786)
* refactor: remove use of `deferred()`

* fix

* fix
2023-11-10 14:31:16 +11:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Alisue
5e8adcbfc4
feat(async): add abortable to async module. (#1939) 2022-02-21 13:51:39 +09:00