API reference
API reference
Select your platform
No SDKs available
No versions available

ThreadPerformer Class

Overview

Properties

bool
Whether thread is running

Public Member Functions

ThreadPerformer
( Func< T > worker,
Action< T, string > onComplete,
float timeout )
Generate thread
void
Quit ( )

Details

Properties

bool Meta.WitAi.ThreadUtility.ThreadPerformer< T >.IsRunning
Whether thread is running

Member Functions

Meta.WitAi.ThreadUtility.ThreadPerformer< T >.ThreadPerformer
( Func< T > worker,
Action< T, string > onComplete,
float timeout )
Generate thread
void Meta.WitAi.ThreadUtility.ThreadPerformer< T >.Quit ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon