efw4.X

new Threads

コンストラクタ関数は、Threadsオブジェクトを作成します。

サンプル

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

API

呼び出し 戻り値
new Threads ( ) Threads
new Threads ( count ) Threads

パラメータ

パラメータ 説明
count Number スレッド数。デフォルトは4です。