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-macros
/
src
/
macros
/
task.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: rename macro crate to embassy-executor-macros, bump it.
Dario Nieuwenhuis
2023-12-07
1
-114
/
+0
*
executor: add support for main/task macros in stable (allocates tasks in an a...
Dario Nieuwenhuis
2023-11-24
1
-0
/
+9
*
Allow arbitrary expressions as pool_size
Dániel Buga
2023-06-25
1
-9
/
+9
*
Update darling
Dániel Buga
2023-06-25
1
-2
/
+3
*
macros: better validation of function signatures.
Dario Nieuwenhuis
2023-03-08
1
-1
/
+22
*
Hide doc comments from inner function include doc comments on outer function
Brendon Fallquist
2022-12-24
1
-5
/
+13
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-2
/
+2
*
macros: remove embassy_prefix attr.
Dario Nieuwenhuis
2022-08-17
1
-8
/
+2
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-1
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-4
/
+1
*
executor: "send-spawn is OK if the args are Send" only holds for async fn fut...
Dario Nieuwenhuis
2022-04-27
1
-1
/
+1
*
executor: make send-spawning only require the task args to be Send, not the w...
Dario Nieuwenhuis
2022-04-27
1
-17
/
+4
*
executor: add raw::TaskPool.
Dario Nieuwenhuis
2022-04-27
1
-6
/
+3
*
macros: simplify task macro using "TAIT laundering".
Dario Nieuwenhuis
2022-04-26
1
-17
/
+14
*
macros: isolate the TAIT into its own mod.
Dario Nieuwenhuis
2022-04-25
1
-34
/
+33
*
Update Rust nightly.
Dario Nieuwenhuis
2022-04-24
1
-8
/
+22
*
macros: cleanup, make work in stable.
Dario Nieuwenhuis
2022-02-12
1
-0
/
+90