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
/
timer_queue.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove special handling of integrated timer items
Dániel Buga
2024-12-16
1
-11
/
+0
*
Attach payload to TimerQueueItem
Dániel Buga
2024-12-16
1
-0
/
+45
*
Zero-inizialize expires_at
Dániel Buga
2024-12-16
1
-1
/
+1
*
Fix comments and tweak task exit
Dániel Buga
2024-12-15
1
-2
/
+3
*
Prevent task from respawning while in the timer queue
Dániel Buga
2024-12-13
1
-1
/
+14
*
Move integrated timer queue into time-queue-driver
Dániel Buga
2024-12-12
1
-85
/
+11
*
Do not access task header
Dániel Buga
2024-12-10
1
-8
/
+6
*
Remove TIMER_QUEUED state
Dániel Buga
2024-12-10
1
-2
/
+2
*
Refactor integrated-timers
Dániel Buga
2024-12-10
1
-32
/
+57
*
time: split queue driver too, don't reexport drivers.
Dario Nieuwenhuis
2024-01-11
1
-7
/
+5
*
executor: remove atomic-polyfill.
Dario Nieuwenhuis
2023-11-15
1
-7
/
+3
*
executor: Allow TaskStorage to auto-implement `Sync`
Grant Miller
2023-03-20
1
-5
/
+9
*
executor: Replace `NonNull<TaskHeader>` with `TaskRef`
Grant Miller
2023-01-29
1
-21
/
+14
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-0
/
+85