Friedel Ziegelmayer
|
1184a7f97f
|
Merge pull request #923 from Keruspe/rand
|
4 years ago |
Friedel Ziegelmayer
|
38f85828f0
|
Merge pull request #930 from micaelbergeron/patch-1
Fix a typo for [sic] FuturesExt trait
|
4 years ago |
Micaël Bergeron
|
7eaf577b78
|
Fix a typo for [sic] FuturesExt trait
The trait that is being referred to here is called `futures::future::FutureExt`.
|
4 years ago |
Yoshua Wuyts
|
81cc56762a
|
Merge pull request #927 from taiki-e/compare_and_swap
Replace deprecated compare_and_swap with compare_exchange
|
4 years ago |
Taiki Endo
|
ffd46f75ca
|
Replace deprecated compare_and_swap with compare_exchange
|
4 years ago |
Yoshua Wuyts
|
5484f5b6c8
|
Merge pull request #926 from surechen/master
edit a small typo for stream. for issue #860
|
4 years ago |
surechen
|
47b22fff56
|
edit Small typo for Stream
|
4 years ago |
Marc-Antoine Perennou
|
dbbf311344
|
try to fix wasm
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
4 years ago |
Marc-Antoine Perennou
|
8823c460fc
|
rand: update to 0.8
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
4 years ago |
Wesley Merkel
|
01949b505b
|
Fix link in typo in src/task/mod.rs
|
4 years ago |
Yoshua Wuyts
|
fde2f58610
|
Merge pull request #917 from async-rs/v1.8.0
v1.8.0
|
4 years ago |
Yoshua Wuyts
|
c738d73bd7
|
v1.8.0
Update CHANGELOG.md
|
4 years ago |
Yoshua Wuyts
|
2757969f5d
|
Merge pull request #918 from async-rs/restore-prior-process-exports
Restore sync process exports
|
4 years ago |
Yoshua Wuyts
|
34e9ff3cd2
|
Restore sync process exports
|
4 years ago |
Yoshua Wuyts
|
9cd0578826
|
Merge pull request #916 from async-rs/async-process
feat: add process module
|
4 years ago |
Yoshua Wuyts
|
f8f1eacc9a
|
Attempt 2 at fixing docs on windows
|
4 years ago |
Yoshua Wuyts
|
92f5038ed6
|
attempt to fix docs builds
|
4 years ago |
Yoshua Wuyts
|
415d0d1e51
|
Merge pull request #732 from hhggit/timeout_repeat
make StreamExt::timeout(d).next() behave like future::timeout(d, s.next())
|
4 years ago |
Yoshua Wuyts
|
6ae69c94d2
|
Merge pull request #915 from async-rs/feat-new-channels
feat: new channels
|
4 years ago |
dignifiedquire
|
151025fa38
|
fixup
|
4 years ago |
dignifiedquire
|
7b896c0bf4
|
manual reexports
|
4 years ago |
dignifiedquire
|
1f6bb8b01a
|
feat: add process module
Reexport based on async-process
|
4 years ago |
dignifiedquire
|
da236ae39b
|
more deprecation fixes
|
4 years ago |
dignifiedquire
|
36366cd4d9
|
fix warnings
|
4 years ago |
dignifiedquire
|
8c0e319e94
|
feat: new channels
- add new top level `channels` module (stable) based on `async-channel`
- deprecate `sync::channel`
|
4 years ago |
hhggit
|
3bb121dc1e
|
reset timer after timeout was ready
|
4 years ago |
Yoshua Wuyts
|
73035006dc
|
Merge pull request #910 from taiki-e/pin-project-lite
Update pin-project-lite to 0.2.0
|
4 years ago |
Taiki Endo
|
42c44045ad
|
Update pin-project-lite to 0.2.0
|
4 years ago |
Yoshua Wuyts
|
e5191aec8a
|
Merge pull request #909 from Silvea12/master
Updated docs to correct version + mention tokio03 feature flag
|
4 years ago |
Yoshua Wuyts
|
a2ea3c7395
|
Merge pull request #903 from taiki-e/stream-cycle
Fix double drop in StreamExt::cycle
|
4 years ago |
Andrew Silver
|
7d20a4435c
|
Fixed updated docs to match the 80 column style the rest of the docs use
|
4 years ago |
Andrew Silver
|
738fd46618
|
Updated docs to correct version + mention tokio03 feature flag, updated CHANGELOG.md to add diff for 1.6.5...1.7.0
|
4 years ago |
Yoshua Wuyts
|
0f50f3c978
|
Merge pull request #902 from async-rs/v1.7.0
v1.7.0
|
4 years ago |
Taiki Endo
|
e8dc2c0571
|
Fix double drop in StreamExt::cycle
|
4 years ago |
Yoshua Wuyts
|
ca84dbdd40
|
v1.7.0
|
4 years ago |
Marc-Antoine Perennou
|
11196c853d
|
chore: update dependencies
|
4 years ago |
Yoshua Wuyts
|
cc4bb943b0
|
Merge pull request #895 from Keruspe/tokio03
add tokio03 feature
|
4 years ago |
Marc-Antoine Perennou
|
a5f72f140f
|
add tokio03 feature
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
4 years ago |
Friedel Ziegelmayer
|
f09fa42042
|
Merge pull request #890 from async-rs/1-6-5
|
4 years ago |
dignifiedquire
|
0d50906a80
|
chore: release v1.6.5
|
4 years ago |
Friedel Ziegelmayer
|
c4eb910c21
|
Merge pull request #889 from stjepang/fix-incoming
Store a future inside Incoming
|
4 years ago |
Stjepan Glavina
|
f7aa962daf
|
Store a future inside Incoming
|
4 years ago |
Yoshua Wuyts
|
e8126633a8
|
Merge pull request #882 from Keruspe/tokio-fix
fix tokio compatibility
|
4 years ago |
Marc-Antoine Perennou
|
3e94498741
|
fix tokio compatibility
Move it into async-global-executor
Fixes #881
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
4 years ago |
Yoshua Wuyts
|
4de2d12bbf
|
Merge pull request #879 from Keruspe/cleanup
Drop unused async-task
|
4 years ago |
Marc-Antoine Perennou
|
67b9a210b3
|
update async-global-executor
make sure we pull in the deadlock fix
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
4 years ago |
Marc-Antoine Perennou
|
df8b38cb7b
|
drop async-task dependency
We no longer directly depend on it
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
4 years ago |
Friedel Ziegelmayer
|
55fb871ab8
|
chore: release v1.6.4
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
|
4 years ago |
Marc-Antoine Perennou
|
352c54bfe6
|
feat: move executor to async-global-executo
|
4 years ago |
Friedel Ziegelmayer
|
e9cb238f49
|
fix wasm and nostd builds
Co-authored-by: Jacob Rothstein <hi@jbr.me>
|
4 years ago |