Photon Spark.connect(); as non-blocking

I thought I saw somewhere that the Photon will be able to use Spark.connect() as a non-blocking function. Is this true?

Thanks

@wesner0019, the Photon will use FreeRTOS (a real time operating system) which will decouple the “system” code from the user code. As such, there will be no more “blocking” functions as in the Core. :smile:

5 Likes

And this is the reason I can’t wait to get my Photons :slight_smile:

1 Like