In some tests, e.g. sdsp_track we need to send air-traffic data into Blender as a first step and then verify that Blender correctly reports tracks (as a subsequent steps), the air traffic data submission can happen in a seperate thread / process, it would be nice if we can define this type of thing in the code, so one step in a scenario is in a different thread and ends independently. This is not that common but is useful for submitting air traffic data and in parallel checking the responses from Blender
In some tests, e.g.
sdsp_trackwe need to send air-traffic data into Blender as a first step and then verify that Blender correctly reports tracks (as a subsequent steps), the air traffic data submission can happen in a seperate thread / process, it would be nice if we can define this type of thing in the code, so one step in a scenario is in a different thread and ends independently. This is not that common but is useful for submitting air traffic data and in parallel checking the responses from Blender