Mount Fuji Engine  0.8b
MF_API void MFThread_TerminateThread ( MFThread  thread)

Terminates a thread.

Parameters
threadThread to be terminated.
Returns
None.
Remarks
Caution: Terminating a thread can be dangerous. Users should take care to make sure the thread has no locks on mutual exclusive data when it is terminated.