Blas Rodriguez Irizar and GitHub
84c4a6d89f
task: quickly send task to heap on debug mode ( #4009 )
2021-08-12 15:37:26 +02:00
Blas Rodriguez Irizar and GitHub
5ae2855eaf
io: fix docs referring to clear_{read,write}_ready ( #3957 )
2021-07-20 15:35:18 +02:00
Blas Rodriguez Irizar and GitHub
4818c2ed05
fs: document performance considerations ( #3920 )
2021-07-06 16:25:13 +02:00
Blas Rodriguez Irizar and GitHub
80f0801e19
tokio-macros: compat with clippy::unwrap_used ( #3926 )
2021-07-06 15:01:13 +02:00
Blas Rodriguez Irizar and GitHub
117fc2ef3e
tests: fix ping pong saturation ( #3390 )
2021-01-21 11:02:40 +01:00
Blas Rodriguez Irizar and GitHub
fc7a4b3c6e
chore: fix stress test ( #3233 )
2020-12-09 07:38:25 +09:00
Blas Rodriguez Irizar and GitHub
e01391351b
Add stress test ( #3222 )
...
Created a simple echo TCP server that on two different runtimes that is
called from a GitHub action using Valgrind to ensure that there are
no memory leaks.
Fixes : #3022
2020-12-07 21:12:22 -08:00
Blas Rodriguez Irizar and GitHub
a6051a61ec
sync: make add_permits panic with usize::MAX >> 3 permits ( #3188 )
2020-12-02 22:58:28 +01:00
Blas Rodriguez Irizar and GitHub
a0a356152e
sync: remove rt-core from blocking_{send,recv} ( #2825 )
2020-09-08 20:50:38 -07:00
f4d6ed03d9
runtime: add custom keep_alive functionality ( #2809 )
...
Co-authored-by: Eliza Weisman <[email protected] >
Fixes : #2585
2020-09-07 21:32:34 +02:00
6260ed907b
tokio: document missing timer panics ( #2801 )
...
Fixes : #2696
Co-authored-by: Mikail Bagishov <[email protected] >
2020-09-05 20:33:42 +02:00
Blas Rodriguez Irizar and GitHub
5cdb6f8fd6
time: move throttle to StreamExt ( #2752 )
...
Ref: #2727
2020-09-02 11:52:31 +02:00
Blas Rodriguez Irizar and GitHub
5a1a6dc90c
sync: watch channel breaking changes ( #2806 )
...
Fixes : #2172
2020-09-01 20:57:48 -07:00
d9d909cb4c
util: Add TokioContext future ( #2791 )
...
Co-authored-by: Lucio Franco <[email protected] >
2020-08-27 11:33:43 -04:00
Blas Rodriguez Irizar and GitHub
262b19ae96
Docs delay queue ( #2793 )
2020-08-27 10:36:59 -04:00
Blas Rodriguez Irizar and GitHub
138eef3526
test: implement Drop for Mock to panic w/ unconsumed data ( #2704 )
2020-08-20 15:48:27 -04:00
Blas Rodriguez Irizar and GitHub
e9adac288e
sync: typo in impl Semaphore ( #2745 )
2020-08-09 08:42:04 +02:00
Blas Rodriguez Irizar and GitHub
27bfe52bba
sync: show correct permits in fmt::Debug ( #2750 )
...
Fixes : #2744
2020-08-08 13:41:55 -07:00
Blas Rodriguez Irizar and GitHub
1167c09ae8
process: document remote killing for Child ( #2736 )
...
* process: document remote killing for Child
Fixes : #2703
2020-08-05 00:59:10 +00:00
027351dd3a
macros: silence unreachable_code warning in select! ( #2678 )
...
Solves #2665 by adding #[allow(unreachable_code)] inside a branch
matching arm.
Co-authored-by: Alice Ryhl <[email protected] >
2020-07-28 13:10:07 -07:00
Blas Rodriguez Irizar and GitHub
08872c55d1
doc: feature flags in README ( #2682 )
2020-07-24 20:51:34 +02:00
Blas Rodriguez Irizar and GitHub
32f46d7b88
time: improve Entry field comment ( #2671 )
...
Applying a suggestion from #2617 to make the sentence more clear.
2020-07-20 14:29:25 -07:00