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
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
libdispatchis 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