mdcore News
Status: Beta
Brought to you by:
gonnet
A new flag engine_flag_async has been added for asynchronous communication. In this mode, engine_step calls engine_exchange_async which uses a spearate thread to handle communication.
The function engine_exchange_wait is used to wait for the communication to finalize.
In order to deal with this new feature, engine_rigid_sort has to be called before engine_rigid_eval.