Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ThreadPoolConfig

Thread pooling scheme for the task scheduler.

Items 11

HistoryNameValueLegacy NamesDescription
599PerCore4104

Utilize 4 worker threads per available physical CPU core.

599PerCore3103

Utilize 3 worker threads per available physical CPU core.

47PerCore2102

Utilize 2 worker threads per available physical CPU core.

599PerCore1101

Utilize 1 worker thread per available physical CPU core.

599Auto0PartialThread

Let task scheduler make a decision internally.

47Threads11

Utilize 1 worker thread, ignore the physical CPU core count.

47Threads22

Utilize 2 worker threads, ignore the physical CPU core count.

47Threads33

Utilize 3 worker threads, ignore the physical CPU core count.

47Threads44

Utilize 4 worker threads, ignore the physical CPU core count.

47Threads88

Utilize 8 worker threads, ignore the physical CPU core count.

47Threads1616

Utilize 16 worker threads, ignore the physical CPU core count.

Description

Controls the thread pooling scheme of the underlying 'TaskScheduler'.

See TaskScheduler for details.

History 17

Settings