UNPKG

react-native-hamsters

Version:

Worker threads implementation for use within ReactNative & Hamsters.js, allowing you to make use of the multithreading and parallel processing in your ReactNative application.

3 lines (2 loc) 94 B
export { default as self } from './js/self'; export { default as Worker } from './js/Worker';