We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ed9b8 commit 126a99aCopy full SHA for 126a99a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustubs"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
license = "eupl-1.2"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
README.md
@@ -39,10 +39,10 @@ shitty code, I'm a rust beginner.
39
- [X] synchronized scheduling
40
- [X] waiting tasks
41
- [X] Timer Interrupt
42
-- [?] Synchronization Primitives
+- [X] Synchronization Primitives
43
- [X] level3 (prologue) and level2 (epilogue) Synchronization
44
- [X] semaphore (spinning and sleeping variants)
45
-- [ ] watch, sleep and system clock
+- [X] watch, sleep and system clock
46
47
MISC
48
- [ ] FP and SSE state
0 commit comments