Commit Graph

1401 Commits (5c2a3de9e781c5f6b6592f68889c7fd492f0f0cb)
 

Author SHA1 Message Date
Friedel Ziegelmayer 5c2a3de9e7
Merge pull request #814 from async-rs/1-6-1
chore: release v1.6.1
4 years ago
dignifiedquire e9c6ea873c chore: release v1.6.1 4 years ago
Friedel Ziegelmayer 0d98aac8f7
Merge pull request #812 from thibault-martinez/gh-actions-cache-v2 4 years ago
Thibault Martinez 4555f193a5 ci: update actions/cache to v2 4 years ago
Yoshua Wuyts 61fc2bae72
Merge pull request #809 from async-rs/fix/recursive-block-2
fix(rt): use task::block_on on spawned threads
4 years ago
dignifiedquire 5a1a681d68 fix(rt): use task::block_on on spawned threads
This makes sure to capture threads into the recursive block_on detection.
4 years ago
Friedel Ziegelmayer e12cf80ab0
fix: allow for recursive block-on calls
Fixes #798,#795,#760
4 years ago
Friedel Ziegelmayer 631105b650
Merge pull request #806 from async-rs/fix-feature-unstable 4 years ago
Friedel Ziegelmayer 0897b9184a
Merge pull request #804 from async-rs/tokio02-feature 4 years ago
Friedel Ziegelmayer 6ca7b0977c
Merge pull request #807 from xfix/remove-stdio-lock-methods
Remove stdio lock methods
4 years ago
Konrad Borowski 721760a7a6 Remove stdio lock methods
Fixes #805.
4 years ago
dignifiedquire 8389041414 fix 4 years ago
dignifiedquire 8943ba82dd fix nostd 4 years ago
dignifiedquire 52c72426c1 fix: do not require the runtime to use unstable features 4 years ago
Yoshua Wuyts 0df3c02b81 check tokio02 features 4 years ago
Yoshua Wuyts 166c469d1c Add the tokio02 feature flag 4 years ago
Friedel Ziegelmayer 0ec027dbff
Merge pull request #802 from jerry73204/fix-reading-buf-bug 4 years ago
jerry73204 d60e7cc27d Fix wrong slice index when reading a file 4 years ago
Friedel Ziegelmayer 6d2a43e336
Merge pull request #794 from async-rs/1-6-0 4 years ago
dignifiedquire e1c8638173 chore: release v1.6.0 4 years ago
dignifiedquire 06eea4225b feat: add PartialEq and Eq for channel Errors
Closes #792
4 years ago
Friedel Ziegelmayer 252140839b
Merge pull request #791 from Licenser/patch-1 4 years ago
Heinz N. Gies 69806403c6
Fix readme for BufRead
The `BufRead` readme points to `BufReadExt` being in `async_std::prelude` while it currently lives in `async_std::io::prelude`
4 years ago
Friedel Ziegelmayer 955befd746
Merge pull request #790 from async-rs/1-6-0-beta-2 4 years ago
nasa 70dac51938
Merge pull request #729 from k-nasa/fix_doc_test
Fix doc test
4 years ago
k-nasa d30603affe Merge branch 'master' into fix_doc_test 4 years ago
dignifiedquire c9ecb5bbbd prepare v1.6.0-beta.2 4 years ago
Jacob Rothstein 9e6a76af04
feat: add env vars to configure the runtime threadpool size and name 4 years ago
Friedel Ziegelmayer 2b6c7fedff
Merge pull request #772 from jbr/unixstream-clone 4 years ago
Friedel Ziegelmayer b3277954c7
Merge pull request #776 from azriel91/bugfix/775/wasm-timer-delay 4 years ago
Azriel Hoh baead51a28 Reduces duration in timeout test.
Tries to get CI to pass.
4 years ago
Azriel Hoh e9621af345 Updates `CHANGELOG.md`. 4 years ago
Azriel Hoh d3e59370e7 Switches `wasm-timer` for `futures-timer`. 4 years ago
Jacob Rothstein cd5e17fe87
make UnixStream Clone 4 years ago
Friedel Ziegelmayer e20b0f0d75
Merge pull request #768 from async-rs/fix/file-block
fix(fs): use smol::block_on for drop handling of File
4 years ago
dignifiedquire 19170aead4 use local file 4 years ago
dignifiedquire 2762ec5800 fix(fs): use smol::block_on for drop handling of File
Ref #766
4 years ago
dignifiedquire 247c94ca06 docs(changelog): add missing link 4 years ago
Friedel Ziegelmayer e404dcdd03
Merge pull request #765 from async-rs/feat/1-6-0 4 years ago
dignifiedquire bd6a7e200b prepare v1.6.0-beta.1 4 years ago
Friedel Ziegelmayer e4c4c93d29
Test and fix 32 bit targets 4 years ago
Thayne McCombs 6f6fced103
feat: implement Barrier using Condvar 4 years ago
Friedel Ziegelmayer 10f7abb3b6
Merge pull request #757 from dignifiedquire/feat/smol 4 years ago
dignifiedquire 27c605b4c9 cr: bring back trace call 4 years ago
dignifiedquire faea222b9c fix: use run instead of block_on 4 years ago
dignifiedquire 1214bc2dee increase timeouts 4 years ago
dignifiedquire 26f62aafd9 make wasm deps part of std 4 years ago
dignifiedquire e0928463b1 fix windows traits 4 years ago
dignifiedquire 92532612b7 mark spawn_local unstable 4 years ago
dignifiedquire 1a6d4f6a2f fix windows trait declarations for rawsocket 4 years ago