Commit Graph

1433 Commits (master)
 

Author SHA1 Message Date
Yoshua Wuyts 8aa5921dfa
Merge pull request #833 from OSSystems/topic/fix_channel_doc
channel doc: Fix misleading reference to None return on Receiver
4 years ago
Jonathas-Conceicao cd7fb9dec2 channel doc: Fix misleading reference to None return on Receiver
Signed-off-by: Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br>
4 years ago
Yoshua Wuyts c82b1efb69
fix(stream): add send guards on collect
Closes #639 

Co-authored-by: dignifiedquire <me@dignifiedquire.com>
4 years ago
Friedel Ziegelmayer 8c4b425136
Merge pull request #826 from thibault-martinez/kv-log-macro-1.0.6
Update kv-log-macro to 1.0.6
4 years ago
Thibault Martinez 2ab08ebbbc Update kv-log-macro to 1.0.6 4 years ago
Friedel Ziegelmayer 0e7650a421
Merge pull request #822 from async-rs/async-extern-1 4 years ago
dignifiedquire 8f17e9275b test: try to stabilize CI 4 years ago
dignifiedquire 18dffe8b43 refactor: switch to async-mutex for Mutex implementation 4 years ago
Friedel Ziegelmayer 43de93312c
Merge pull request #825 from nbdd0121/master
Fix unused_mut warning in nightly
4 years ago
Gary Guo 2e7e804736 Fix unused_mut warning in nightly 4 years ago
Friedel Ziegelmayer 17ab958ac2
Merge pull request #820 from zhaxzhax/docs-#815 4 years ago
Friedel Ziegelmayer caa76af745
Merge pull request #821 from async-rs/1-6-2
chore: release v1.6.2
4 years ago
dignifiedquire e495ba46b3 chore: release v1.6.2 4 years ago
Afirez 0c2ce52ac4 fix doc missing in #815 4 years ago
Friedel Ziegelmayer 5f418f07ac
Merge pull request #819 from async-rs/fix-sockets 4 years ago
dignifiedquire 06a2fb8c4f fix export 4 years ago
dignifiedquire 1c1c168e1b fix(timer): ensure the runtime is working for timers 4 years ago
Friedel Ziegelmayer 5d55fa7a47
Merge pull request #701 from olegnn/flat_map_fixed 4 years ago
dignifiedquire 093d640ad7 fix(net): ensure the reactor and runtime are running
If this is not done, then reactor is not running, resulting in the sockets not actually connecting.

Closes #818
4 years ago
Oleg Nosov 42425f6c1a
Another hotfix 4 years ago
Yoshua Wuyts a602a91d83
Merge pull request #816 from zhaxzhax/add-udpscket-peeraddr
Add UdpSocket::PeerAddr #307
4 years ago
Afirez 9fa3ce3fd6 Add UdpSocket::PeerAddr #307 4 years ago
Oleg Nosov df22d87d09
Removed unnecessary links + hotfix 4 years ago
Oleg Nosov 924e5a3f41
Merge remote-tracking branch 'origin/master' into flat_map_fixed 4 years ago
Oleg Nosov 2323ac9a8e
Apply suggestions from code review
Co-authored-by: nasa <htilcs1115@gmail.com>
4 years ago
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