index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-executor
/
src
/
raw
/
run_queue.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce metadata-deadline and let the EDF scheduler use it
diondokter
2025-09-11
1
-1
/
+4
*
Change deadline to use internal atomics
Dion Dokter
2025-09-11
1
-5
/
+3
*
Rename, remove excess mut
James Munns
2025-09-11
1
-5
/
+5
*
Regular comments not doc comments
James Munns
2025-09-11
1
-12
/
+12
*
Replace use of RefCell with UnsafeCell
James Munns
2025-09-11
1
-4
/
+17
*
Update to use critical-section::Mutex instead of mutex::BlockingMutex
James Munns
2025-09-11
1
-11
/
+17
*
fmt
James Munns
2025-09-11
1
-5
/
+3
*
Inline the "MutexTransferStack" impl as it is unclear whether it will be merg...
James Munns
2025-09-11
1
-1
/
+30
*
Update with cordyceps changes
James Munns
2025-09-11
1
-1
/
+1
*
There can be only one (run queue)
James Munns
2025-09-11
1
-0
/
+151
*
executor: remove atomic-polyfill.
Dario Nieuwenhuis
2023-11-15
1
-88
/
+0
*
Executor: Replace unnecessary atomics in runqueue
Grant Miller
2023-04-13
1
-9
/
+16
*
executor: Replace unsound critical sections with atomics
Grant Miller
2023-04-05
1
-6
/
+12
*
executor: Replace `NonNull<TaskHeader>` with `TaskRef`
Grant Miller
2023-01-29
1
-6
/
+7
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-0
/
+74