https://github.com/itsdevdom/rxjs-over-webworker-experiment
[EXPERIMENT] Using RxJS over Web Workers
https://github.com/itsdevdom/rxjs-over-webworker-experiment
multithreading rxjs webworker
Last synced: 4 months ago
JSON representation
[EXPERIMENT] Using RxJS over Web Workers
- Host: GitHub
- URL: https://github.com/itsdevdom/rxjs-over-webworker-experiment
- Owner: itsdevdom
- License: mit
- Created: 2020-04-01T16:20:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T15:51:22.000Z (about 5 years ago)
- Last Synced: 2025-10-11T20:28:36.163Z (4 months ago)
- Topics: multithreading, rxjs, webworker
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rxjs-over-webworker-experiment
Using RxJS over Web Workers.
Very much a prototype. Makes it possible to use RxJS across Web Worker boundaries, e.g. having a source observable in the worker and
subscribing to it from the main thread. Very limited right now, typings are not correct, and async issues might exist. But hey, it works!