Class: Thread
Lua
C++
Edit

Thread:Start()

This method begins execution of a thread.

Syntax

Thread:Start()

Return Value

This method does not return any value.

Example

-- Create a thread object
local thread = Thread()

-- Start the thread
thread:Start()
Copyright © 2024 Ultra Software.
All rights reserved.