Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
9d09331e00b02f81c714b0c41ce3a38380dd36a2
rust/src/libcore/task/mod.rs

12 lines
331 B
Rust
Raw Normal View History

Stabilize futures_api
2019-04-05 14:14:19 -07:00
#![stable(feature = "futures_api", since = "1.36.0")]
Split libcore/task.rs into submodules
2018-06-26 16:40:42 +02:00
//! Types and Traits for working with asynchronous tasks.
mod poll;
Stabilize futures_api
2019-04-05 14:14:19 -07:00
#[stable(feature = "futures_api", since = "1.36.0")]
Split libcore/task.rs into submodules
2018-06-26 16:40:42 +02:00
pub use self::poll::Poll;
mod wake;
Stabilize futures_api
2019-04-05 14:14:19 -07:00
#[stable(feature = "futures_api", since = "1.36.0")]
Format libcore with rustfmt This commit applies rustfmt with default settings to files in src/libcore *that are not involved in any currently open PR* to minimize merge conflicts. The list of files involved in open PRs was determined by querying GitHub's GraphQL API with this script: https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8 With the list of files from the script in `outstanding_files`, the relevant commands were: $ find src/libcore -name '*.rs' | xargs rustfmt --edition=2018 $ rg libcore outstanding_files | xargs git checkout -- Repeating this process several months apart should get us coverage of most of the rest of libcore.
2019-11-24 01:43:32 -08:00
pub use self::wake::{Context, RawWaker, RawWakerVTable, Waker};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2079ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API