2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-06 20:55:33 +00:00
async-std/src
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
..
collections fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
fs Match error message from async File::create std File::create 2021-10-14 20:40:51 +02:00
future Reindent de-macrofied code. 2022-03-11 13:16:30 +11:00
io Reindent de-macrofied code. 2022-03-11 13:16:30 +11:00
net Add TcpListener::into_incoming 2021-10-18 12:21:59 +02:00
option fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
os Change Incoming impls to only do one allocation 2021-03-31 11:27:50 -07:00
path fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
pin Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
result fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
rt Update async-global-executor and add tokio feature for tokio 1.0 2021-01-13 11:11:28 +01:00
stream Reindent de-macrofied code. 2022-03-11 13:16:30 +11:00
string fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
sync doc: update docs to fit the move of channels from the sync module 2021-08-30 17:51:40 +03:00
task add task::try_current 2021-02-02 19:25:28 +01:00
unit fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
vec fix(stream): add send guards on collect 2020-06-27 16:46:14 +02:00
channel.rs doc: update docs to fit the move of channels from the sync module 2021-08-30 17:51:40 +03:00
lib.rs Remove unused num_cpus dependency (handled by async_global_executor) 2022-04-23 11:43:43 -07:00
macros.rs Revert "Stabilize most stream method and remove unnecessary macros" 2020-03-12 18:34:09 +09:00
prelude.rs Revert "Stabilize most stream method and remove unnecessary macros" 2020-03-12 18:34:09 +09:00
process.rs Restore sync process exports 2020-12-08 23:04:03 +01:00
utils.rs Remove extension_trait. 2022-03-11 13:14:40 +11:00