(cb)
| 8030 | return this[kQueue].length - this[kPendingIdx]; |
| 8031 | } |
| 8032 | get [kRunning]() { |
| 8033 | return this[kPendingIdx] - this[kRunningIdx]; |
| 8034 | } |
| 8035 | get [kSize]() { |
| 8036 | return this[kQueue].length - this[kRunningIdx]; |
| 8037 | } |
| 8038 | get [kConnected]() { |