dc_create_thread
dc_create_thread(thread)
#
Blocking function
This function is blocking, meaning it can freeze the game. Use it in a task to avoid freezing your game.
Creates a thread from a message or in a channel.
The thread
is a thread
parsable.
Returns a thread channel
Throws an exception on failure