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
I just got my SwiftIO Maker Kit yesterday and first off, thank you!
I'm relatively new to embedded development and my understanding is that libdispatch is not supported (based on this post). I have some project code that I would like to run on the board which uses dispatch queues, mainly to synchronize access to shared resources and for some async code. Do you have any suggestions or resources you can point me to on how I can adapt my code to the embedded use case without using Dispatch?
Thank you
The text was updated successfully, but these errors were encountered:
Haven't looked into this in any detail, but a custom Executor that supported Zephyr work queues may be a more modern approach that integrates with Swift structured concurrency.
Hello 👋
I just got my SwiftIO Maker Kit yesterday and first off, thank you!
I'm relatively new to embedded development and my understanding is that
libdispatch
is not supported (based on this post). I have some project code that I would like to run on the board which uses dispatch queues, mainly to synchronize access to shared resources and for some async code. Do you have any suggestions or resources you can point me to on how I can adapt my code to the embedded use case without using Dispatch?Thank you
The text was updated successfully, but these errors were encountered: