Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 539 Bytes

threads.new.md

File metadata and controls

24 lines (17 loc) · 539 Bytes

new Threads

The constructor function is established to create a Threads object.

Sample

	var threads1 = new Threads();
	var threads2 = new Threads(4);

API

CallingReturning
new Threads ( )Threads
new Threads ( count )Threads
ParametersTypeDescription
countNumberThe count of threads.The default count is 4.