PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/thread-stream/test

Просмотр файла: indexes.test.js

'use strict'

const { test } = require('tap')
const indexes = require('../lib/indexes')

for (const index of Object.keys(indexes)) {
  test(`${index} is lock free`, function (t) {
    t.equal(Atomics.isLockFree(indexes[index]), true)
    t.end()
  })
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!