|
|
|
|
|
by scoutt
1122 days ago
|
|
I thought async/await creates a state machine in the background. If so, there should be a runtime cost. State machines to deal with interrupts (to name the most basic kind of async event) is the ABC of embedded "bare metal" programming. Whether async/await is cleaner, easier, readable, etc. is a matter of taste. |
|