Josh Triplett
|
812cc80987
|
Add deprecation notice to the top of the library documentation
This ensures it'll show up on docs.rs, in addition to the notice
currently in the README and crates.io.
|
2025-08-14 18:41:55 -07:00 |
|
Josh Triplett
|
5e74d1b88d
|
Remove deny(warnings) which is causing CI to fail
|
2025-03-01 21:20:34 +00:00 |
|
John Vandenberg
|
6fd127808d
|
chore: Fix rustdoc lints
|
2024-09-08 10:04:38 +08:00 |
|
Marc-Antoine Perennou
|
57eafb41d0
|
silence warnings reported by newer rust versions
|
2024-08-21 10:13:50 +02:00 |
|
Josh Triplett
|
ca8305064b
|
Switch branch name to main
Update all references.
|
2022-06-02 11:17:20 -07:00 |
|
Josh Triplett
|
f6ecd5ff33
|
Remove unused num_cpus dependency (handled by async_global_executor)
async-std doesn't use num_cpus directly, only via async_global_executor.
|
2022-04-23 11:43:43 -07:00 |
|
Nicholas Nethercote
|
cca0f3e321
|
Use the default recursion_limit .
Now that `extension_trait!` is gone, an increased limit isn't necessary.
|
2022-03-15 09:53:28 +11:00 |
|
Dániel Buga
|
b05fa450c7
|
Docs: fix link to io
|
2021-01-29 15:55:37 +01:00 |
|
Marc-Antoine Perennou
|
ac19c660c5
|
Update async-global-executor and add tokio feature for tokio 1.0
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
|
2021-01-13 11:11:28 +01:00 |
|
Yoshua Wuyts
|
9cd0578826
|
Merge pull request #916 from async-rs/async-process
feat: add process module
|
2020-12-08 22:50:28 +01:00 |
|
dignifiedquire
|
7b896c0bf4
|
manual reexports
|
2020-12-01 16:02:00 +01:00 |
|
dignifiedquire
|
8c0e319e94
|
feat: new channels
- add new top level `channels` module (stable) based on `async-channel`
- deprecate `sync::channel`
|
2020-12-01 15:10:38 +01:00 |
|
Andrew Silver
|
7d20a4435c
|
Fixed updated docs to match the 80 column style the rest of the docs use
|
2020-11-05 08:15:34 +11:00 |
|
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
|
2020-11-05 08:12:38 +11:00 |
|
dignifiedquire
|
0d50906a80
|
chore: release v1.6.5
|
2020-09-28 19:11:21 +02:00 |
|
Friedel Ziegelmayer
|
55fb871ab8
|
chore: release v1.6.4
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
|
2020-09-17 13:20:57 +02:00 |
|
dignifiedquire
|
a1e83c182e
|
chore: release 1.6.3
|
2020-07-31 17:09:23 +02:00 |
|
dignifiedquire
|
e495ba46b3
|
chore: release v1.6.2
|
2020-06-19 12:15:42 +02:00 |
|
dignifiedquire
|
e9c6ea873c
|
chore: release v1.6.1
|
2020-06-11 13:17:31 +02:00 |
|
Yoshua Wuyts
|
166c469d1c
|
Add the tokio02 feature flag
|
2020-06-03 12:09:33 +02:00 |
|
dignifiedquire
|
e1c8638173
|
chore: release v1.6.0
|
2020-05-22 23:08:42 +02:00 |
|
Friedel Ziegelmayer
|
955befd746
|
Merge pull request #790 from async-rs/1-6-0-beta-2
|
2020-05-20 11:18:38 +02:00 |
|
k-nasa
|
d30603affe
|
Merge branch 'master' into fix_doc_test
|
2020-05-20 13:50:39 +09:00 |
|
dignifiedquire
|
c9ecb5bbbd
|
prepare v1.6.0-beta.2
|
2020-05-19 11:29:36 +02:00 |
|
Jacob Rothstein
|
9e6a76af04
|
feat: add env vars to configure the runtime threadpool size and name
|
2020-05-19 11:16:01 +02:00 |
|
dignifiedquire
|
bd6a7e200b
|
prepare v1.6.0-beta.1
|
2020-05-07 23:20:56 +02:00 |
|
dignifiedquire
|
e4df1405c1
|
feat: add basic wasm support
|
2020-05-02 20:27:50 +02:00 |
|
k-nasa
|
6c8237276b
|
fix doc test
|
2020-03-18 23:02:59 +09:00 |
|
k-nasa
|
84e5c5f351
|
Merge branch 'master' into new-scheduler
|
2020-03-17 20:38:19 +09:00 |
|
nasa
|
cc19592f80
|
Revert "Stabilize most stream method and remove unnecessary macros"
|
2020-03-12 18:34:09 +09:00 |
|
k-nasa
|
be60dd9fe7
|
fix: Remove unnecessary re-export and macros
|
2020-03-03 22:50:26 +09:00 |
|
k-nasa
|
bd60cd9f81
|
run cargo fmt
|
2020-02-20 09:03:36 +09:00 |
|
Yoshua Wuyts
|
d87e283215
|
Update src/lib.rs
|
2020-02-17 13:38:24 +01:00 |
|
Yoshua Wuyts
|
283a54a155
|
Update src/lib.rs
|
2020-02-17 13:36:59 +01:00 |
|
Yoshua Wuyts
|
3719484eba
|
Update src/lib.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
|
2020-02-17 13:36:23 +01:00 |
|
Yoshua Wuyts
|
d026c44ea3
|
Document the core feature
Follow-up to https://github.com/async-rs/async-std/pull/680
|
2020-02-04 11:07:50 +01:00 |
|
k-nasa
|
0d90cb07b9
|
fix: Move extern crate alloc to lib.rs
|
2020-02-01 09:49:54 +09:00 |
|
k-nasa
|
7efe7caf66
|
fix: Change feature name no-std to alloc
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
d622ec5d35
|
feat: Make the stream module no_std
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
1762de285b
|
feat: Make the future module no_std
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
6aa55fde59
|
feat: Make the task module no_std
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
51b84a7620
|
feat: Add no_std attribute when not std feature
|
2020-01-28 15:58:46 +09:00 |
|
dignifiedquire
|
5bf3d95313
|
feat: do not require default feature for unstable
|
2020-01-11 11:44:51 +01:00 |
|
Artem Varaksa
|
65d7950df1
|
Fix crate documentation typo
|
2020-01-01 15:36:47 +03:00 |
|
Stjepan Glavina
|
ceba324bef
|
Fix feature flags
|
2019-12-16 15:53:31 +01:00 |
|
Stjepan Glavina
|
36d24cd0e1
|
New scheduler resilient to blocking
|
2019-12-16 13:57:27 +01:00 |
|
k-nasa
|
556d7992ce
|
test: fix failed doc test
|
2019-11-28 15:57:22 +09:00 |
|
Yoshua Wuyts
|
cffacf7fa3
|
feedback from review
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-21 21:21:19 +01:00 |
|
Yoshua Wuyts
|
2dfdc1c482
|
polish lib.rs examples
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-12 23:10:23 +01:00 |
|
Yoshua Wuyts
|
4aa9928ece
|
v1.0.0
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-11 16:13:22 +01:00 |
|