Asher Gomez
55d5524a9b
chore(async): add browser-compat declarations ( #5730 )
2024-08-20 12:46:06 +09: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
d3f31b4a46
docs(async): improve module docs ( #5039 )
2024-06-14 19:14:32 +09:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter ( #4911 )
2024-06-03 14:10:27 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration ( #4560 )
2024-04-10 12:43:44 +10:00
Asher Gomez
09a04d8056
docs(async): add module example ( #4465 )
2024-03-11 20:31:11 +11: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
Asher Gomez
d7f3d8cc2c
BREAKING(async): remove deprecated deferred()
( #3852 )
2023-11-24 19:11:32 +11:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Lino Le Van
13a38ecc20
feat(async): retry ( #2929 )
2022-11-30 13:45:25 -05:00
Kitson Kelly
e83306672e
docs: improve module documentation ( #2511 )
2022-08-11 21:51:20 +10:00
Bartek Iwańczuk
a06298b0b5
chore: Update top level module JSDocs ( #2343 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-06-14 11:20:56 +02:00
Kitson Kelly
00463cba18
docs: improve module JSDoc for archive, async, bytes ( #2162 )
2022-04-28 14:08:08 +10:00
Yoshiya Hinosawa
b81ff8e06a
fix(async): re-export abortable in mod.ts ( #1959 )
2022-03-08 14:46:45 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +09:00
Alisue
717e9760c7
feat(async): add deadline
to async module ( #1022 )
2021-07-12 08:44:57 -04:00
Benjamin Fischer
09ce13cb56
feat(async): add debounce method to async module ( #1006 )
...
* feat(async): add debounce method to async module
* docs
* add export to mod.ts
* fmt
* simplify flush method
* use assertStrictEquals
* rename Debounce to DebouncedFunction
* remove default delay
2021-07-10 08:30:34 -04:00
Yoshiya Hinosawa
5c0a0df3ba
feat(async): add async/tee ( #919 )
2021-05-18 22:39:12 +09:00
Ryan Dahl
48a2496dbe
update copyright to 2021 ( denoland/deno#9081 )
2021-02-01 10:46:59 +00:00
Luca Casonato
023bfa9c38
feat(async): add pooledMap utility ( denoland/deno#6898 )
2021-02-01 10:46:58 +00:00
Nayeem Rahman
1eecc5c7d0
BREAKING: reorganization ( denoland/deno#5087 )
...
* Prepend underscores to private modules
* Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result.
* Move _util/async.ts to async
* Move util/sha*.ts to hash
2021-02-01 10:46:57 +00:00