(*GraphTester)(t).WaitForValue(ctx,update_channel_2,"thread_aborted",t1_loaded,100*time.Millisecond,"Dicn't received thread_aborted on t1_loaded from t1_loaded")
(*GraphTester)(t).WaitForValue(ctx,update_channel_2,"thread_aborted",t1_loaded,100*time.Millisecond,"Didn't received thread_aborted on t1_loaded from t1_loaded")
// TODO: Call different loading functions(to return different ThreadInfo types, based on the j.Type,
// Will probably have to add another set of callbacks to the context for this, and since there's now 3 sets that need to be matching it could be useful to move them to a struct so it's easier to keep in sync