Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
只敲代码不玩耍聪明baka也变傻ᗜˬᗜ
BakaOS
Commits
0016a0a1
Commit
0016a0a1
authored
1 month ago
by
github-actions[bot]
Browse files
Options
Download
Patches
Plain Diff
Vendor dependencies
parent
e681dd0e
Changes
1000
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
kernel/.cargo/config.toml
+31
-0
kernel/.cargo/config.toml
kernel/Cargo.lock
+732
-0
kernel/Cargo.lock
third_party/async-task/.cargo-checksum.json
+1
-0
third_party/async-task/.cargo-checksum.json
third_party/async-task/CHANGELOG.md
+112
-0
third_party/async-task/CHANGELOG.md
third_party/async-task/Cargo.lock
+665
-0
third_party/async-task/Cargo.lock
third_party/async-task/Cargo.toml
+67
-0
third_party/async-task/Cargo.toml
third_party/async-task/LICENSE-APACHE
+201
-0
third_party/async-task/LICENSE-APACHE
third_party/async-task/LICENSE-MIT
+23
-0
third_party/async-task/LICENSE-MIT
third_party/async-task/README.md
+69
-0
third_party/async-task/README.md
third_party/async-task/benches/spawn.rs
+22
-0
third_party/async-task/benches/spawn.rs
third_party/async-task/examples/spawn-local.rs
+73
-0
third_party/async-task/examples/spawn-local.rs
third_party/async-task/examples/spawn-on-thread.rs
+53
-0
third_party/async-task/examples/spawn-on-thread.rs
third_party/async-task/examples/spawn.rs
+48
-0
third_party/async-task/examples/spawn.rs
third_party/async-task/examples/with-metadata.rs
+145
-0
third_party/async-task/examples/with-metadata.rs
third_party/async-task/src/header.rs
+177
-0
third_party/async-task/src/header.rs
third_party/async-task/src/lib.rs
+118
-0
third_party/async-task/src/lib.rs
third_party/async-task/src/raw.rs
+756
-0
third_party/async-task/src/raw.rs
third_party/async-task/src/runnable.rs
+945
-0
third_party/async-task/src/runnable.rs
third_party/async-task/src/state.rs
+69
-0
third_party/async-task/src/state.rs
third_party/async-task/src/task.rs
+565
-0
third_party/async-task/src/task.rs
with
4872 additions
and
0 deletions
+4872
-0
Some changes are not shown.
For a faster browsing experience, only
20 of 1000+
files are shown. Download one of the files below to see all changes.
Plain diff
Email patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment