The thread used by the VoiceClient for callbacks and other operations.
Throws an exception if this thread is not the current thread.
Returns true if this thread is the current thread.
Runs the specified Runnable on this thread. If this thread is the current thread, this will be executed immediately.
Runs the specified action on this thread, returning a Future to the original thread.
Future