mirror of
https://github.com/nasa/trick.git
synced 2025-01-25 13:49:51 +00:00
2a113d1925
Created a new executive job that waits for threads to finish and readies them for their next frame of execution. Created a new job class system_thread_sync after the top of frame jobs and before the input processor is run to sync the threads. Along the way cleaned up instrumentation jobs on the threads to fix #290.