task

Pokaż przestarzałe

*Ta zawartość będzie dostępna wkrótce w wybranym przez ciebie języku.

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.

Podsumowanie

Funkcje

Funkcje

Parametry

functionOrThread: function | coroutine
...: Variant

Zwroty

Parametry

functionOrThread: function | coroutine
...: Variant

Zwroty

Parametry

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

Zwroty

desynchronize

void

Zwroty

void

synchronize

void

Zwroty

void

wait

Parametry

duration: number
Wartość domyślna: 0

Zwroty

cancel

void

Parametry

thread: coroutine

Zwroty

void