2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-06-25 15:41:33 +00:00
async-std/src
Yoshua Wuyts 335bd34470 Add "std" feature flag (#476)
* core feature

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* introduce std + default features

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* test std features on ci

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* finish up all features

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* Fix task_local macro

* Remove crossbeam-channel and futures-timer from std

* Move future::timeout() behind cfg_default
2019-11-07 23:56:58 +00:00
..
collections Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
fs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
future Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
io Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
net Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
option remove remaining instances of VecDeque stream 2019-11-04 01:57:53 +01:00
os Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
path document path submodule (#467) 2019-11-07 21:48:23 +00:00
pin Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
process Add process submodule as unstable (#310) 2019-10-14 15:51:47 +02:00
result Replace VecDeque with stream::from_iter in examples (#447) 2019-11-03 13:40:51 +01:00
stream Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
string Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
sync Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
task Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
unit Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
vec Rename stream_extend to extend (#464) 2019-11-07 21:46:58 +00:00
lib.rs Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
macros.rs Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
prelude.rs Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00
utils.rs Add "std" feature flag (#476) 2019-11-07 23:56:58 +00:00