task

Artık kullanılmayanları göster

*Bu içerik, tercih ettiğin dilde çok yakında mevcut olacak.

The task library allows for functions and threads to be scheduled with the Task Scheduler.

The functions available in this library generally support functions and threads. In most cases using a function is sufficient, but for more advanced cases it's recommended you familiarize yourself with the coroutine library.

Özet

İşlevler

İşlevler

Parametreler

functionOrThread: function | coroutine
...: Variant

Dönüşler

Parametreler

functionOrThread: function | coroutine
...: Variant

Dönüşler

Parametreler

duration: number
functionOrThread: function | coroutine
...: Variant

Dönüşler

desynchronize

void

Dönüşler

void

synchronize

void

Dönüşler

void

wait

Parametreler

duration: number
Varsayılan değer: 0

Dönüşler

cancel

void

Parametreler

thread: coroutine

Dönüşler

void