Yun, Bridge library and runAsynchronously

DarkSabre:
ShapeShifter's first suggestion is what I do, which is to declare the process before void setup() so that the process isn't destroyed each time that void loop() finishes a cycle.

So does the problem only present itself when loop() finishes before the runAsynchronously() process is done running?