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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor docs improvements
James Munns
2025-04-01
1
-7
/
+11
*
Remove notes about stability
James Munns
2025-04-01
1
-5
/
+0
*
Small grammar fixes
James Munns
2025-04-01
1
-1
/
+1
*
Fix task_end callback
James Munns
2025-04-01
2
-3
/
+7
*
Reorder doc comments for format reasons
James Munns
2025-04-01
1
-3
/
+3
*
Finish trailing sentence
James Munns
2025-04-01
1
-1
/
+1
*
Add docs, add `task_end` trace point
James Munns
2025-04-01
2
-0
/
+161
*
Move macro helper functions to embassy-executor
Matthew Tran
2025-03-29
1
-0
/
+26
*
Add test
Matthew Tran
2025-03-29
3
-0
/
+16
*
Statically allocate task pools on stable Rust.
Dario Nieuwenhuis
2025-03-28
4
-288
/
+104
*
Fix comment
Murmele
2025-03-17
1
-1
/
+1
*
Add possibility to get the id of a task to be able to use it with rtos-trace
Martin Marmsoler
2025-03-14
1
-0
/
+9
*
improve SpawnError::Busy message
James Sizeland
2025-02-03
1
-3
/
+17
*
Fix year in changelog
Lukáš Poláček
2025-01-12
1
-1
/
+1
*
fix typo in executor README.md
Jonas Spinner
2025-01-06
1
-1
/
+1
*
Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver v0....
Dario Nieuwenhuis
2025-01-02
1
-5
/
+4
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-5
/
+3
*
Impl core::err::Error for SpawnError
wackazong
2024-12-23
1
-0
/
+10
*
Rename ETQD, bump date
Dániel Buga
2024-12-22
1
-1
/
+1
*
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Dániel Buga
2024-12-22
2
-3
/
+4
*
Make poll_to_despawn a no_op
Dániel Buga
2024-12-17
1
-5
/
+3
*
Don't force a wake to despawn
Dániel Buga
2024-12-17
2
-5
/
+4
*
Make poll_to_despawn non-generic
Dániel Buga
2024-12-17
1
-7
/
+7
*
Update state diagram
Dániel Buga
2024-12-17
1
-22
/
+21
*
Update tests
Dániel Buga
2024-12-17
1
-0
/
+3
*
Swap poll_fn to allow polling exited tasks
Dániel Buga
2024-12-17
6
-34
/
+25
*
Take critical section instead of unsafe
Dániel Buga
2024-12-17
3
-14
/
+22
*
Simplify ARM run_enqueue
Dániel Buga
2024-12-17
1
-18
/
+3
*
Set RUN_QUEUED unconditionally
Dániel Buga
2024-12-17
6
-21
/
+142
*
Document task states and state transitions
Dániel Buga
2024-12-17
1
-0
/
+38
*
Merge pull request #3656 from bugadani/timer-queue-special
Dario Nieuwenhuis
2024-12-17
8
-151
/
+64
|
\
|
*
Remove test implementation of schedule_wake
Dániel Buga
2024-12-16
1
-4
/
+0
|
*
Remove TIMER_QUEUED
Dániel Buga
2024-12-16
3
-91
/
+2
|
*
Changelog
Dániel Buga
2024-12-16
1
-0
/
+1
|
*
Remove special handling of integrated timer items
Dániel Buga
2024-12-16
2
-34
/
+0
|
*
Attach payload to TimerQueueItem
Dániel Buga
2024-12-16
2
-0
/
+61
|
*
Remove special handling of integrated timer queue
Dániel Buga
2024-12-16
1
-22
/
+0
*
|
Remove WakerHack for good.
Dario Nieuwenhuis
2024-12-17
1
-13
/
+2
|
/
*
Rely on atomic load-store on all targets
Dániel Buga
2024-12-16
2
-68
/
+25
*
Fix racy access of TaskHeader::executor
Dániel Buga
2024-12-16
4
-13
/
+75
*
Only lock once to wake a task
Dániel Buga
2024-12-16
6
-40
/
+73
*
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
2
-8
/
+18
*
Make sure an exited task does not get stuck in a timer queue
Dániel Buga
2024-12-15
2
-0
/
+18
*
Make `integrated-timers` the default, remove Cargo feature.
Dario Nieuwenhuis
2024-12-15
6
-38
/
+9
*
Prevent task from respawning while in the timer queue
Dániel Buga
2024-12-13
5
-4
/
+152
*
Move integrated timer queue into time-queue-driver
Dániel Buga
2024-12-12
3
-91
/
+11
*
Do not access task header
Dániel Buga
2024-12-10
2
-8
/
+12
*
Remove TIMER_QUEUED state
Dániel Buga
2024-12-10
4
-58
/
+4
*
Changelog
Dániel Buga
2024-12-10
1
-1
/
+4
[next]