Commit Graph

20 Commits

Author SHA1 Message Date
Asher Gomez
a04f5ef419
chore(async): remove redundant constructor example (#5507)
chore(async): remove constructor example
2024-07-23 12:04:41 +09:00
Asher Gomez
da7b395d37
refactor(async): cleanup use of @std/assert (#4950)
* refactor(async): cleanup use of `@std/assert`

* graph
2024-06-05 01:13:11 +00:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
67ca078107
chore: add @example title check to doc checker (#4823)
* chore: add `@example` title check to doc checker

* fix
2024-05-22 15:08:36 +10:00
Leo Kettmeir
e3f63dc2ef
docs(async): improve docs for stabilization (#4803) 2024-05-21 17:40:43 -07:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
02213b97b0
chore(async): add missing code snippet tags (#4432) 2024-03-04 18:17:24 +11:00
Tatsuya Kyushima
8098813154
docs(async): fix doc of retry.ts (#4130) 2024-01-08 22:34:09 +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
Asher Gomez
fb40a35b13
chore(async): exponentialBackoffWithJitter() tweaks (#3891) 2023-12-04 15:42:01 +11:00
Asher Gomez
e9b2ea321a
chore(async): complete documentation (#3887)
* chore(async): complete documentation

* Update mux_async_iterator.ts

Co-authored-by: Luca Casonato <hello@lcas.dev>

* Update mux_async_iterator.ts

Co-authored-by: Luca Casonato <hello@lcas.dev>

* Update mux_async_iterator.ts

Co-authored-by: Luca Casonato <hello@lcas.dev>

* tweaks

---------

Co-authored-by: Luca Casonato <hello@lcas.dev>
2023-12-01 13:19:22 +11:00
Lino Le Van
a3ddd3546b
chore(async): remove _exponentialBackoffWithJitter from public file (#3720) 2023-10-25 14:06:35 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Martin Fischer
a5b1d80736
chore: fix typos (#3458)
The typos were found with the typos[1] spell checker.  That spell
checker will be incorporated into the CI in a followup PR.

[1]: https://github.com/crate-ci/typos
2023-06-22 01:27:37 +09:00
Bodo Graumann
3a17ebde3c
docs(async/retry): consistently talk about attempts (#3434) 2023-06-10 19:01:46 +09:00
Bodo Graumann
edf2e5498f
feat(async/retry): introduce jitter option and fix retry bugs (#3427) 2023-06-07 19:46:00 +09:00
lionel-rowe
9daac3277a
feat(async): add jitter to retry exponential backoff (#3379) 2023-05-20 21:14:18 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09: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