Skip to content

holepunchto/bare-thread

Repository files navigation

bare-thread

Thread support for Bare.

npm i bare-thread

Usage

const Thread = require('bare-thread')

const thread = new Thread(require.resolve('./entry'))

thread.join()

License

Apache-2.0

About

Thread support for Bare

Resources

License

Stars

Watchers

Forks