trick/trick_sims/SIM_threads/RUN_test/async.py

10 lines
182 B
Python
Raw Normal View History

2015-02-26 15:02:31 +00:00
def main():
trick.real_time_enable()
trick.itimer_enable()
trick.exec_set_thread_process_type(1, trick.PROCESS_TYPE_ASYNC_CHILD)
if __name__ == "__main__":
main()