You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually we'll be in a world where a device is handling operations while playing feedback. Ex: maybe taking a picture for a follow up request/question while doing sound playback. It'd be great to have a simple example showing a concurrency pattern for folks new to C++.
This task/queue system seems only possible with a 2+ core setup, which the ESP32 board I've been using has. I think they all have two cores?
The text was updated successfully, but these errors were encountered:
Eventually we'll be in a world where a device is handling operations while playing feedback. Ex: maybe taking a picture for a follow up request/question while doing sound playback. It'd be great to have a simple example showing a concurrency pattern for folks new to C++.
This task/queue system seems only possible with a 2+ core setup, which the ESP32 board I've been using has. I think they all have two cores?
The text was updated successfully, but these errors were encountered: