Remix.run Logo
loeg 6 hours ago

For ultra low-power embedded, wouldn't a mutex approach work just fine? You're running on a single core anyway.

dalvrosa 2 hours ago | parent [-]

I'm not sure about the single-core scenario, but would love to learn if someone else wants to add something

In reality multiple threads for single core doesn't make much sense right?