Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 542 Bytes

threads.new.md

File metadata and controls

24 lines (17 loc) · 542 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.