Mason

Results 4 comments of Mason

> The thing is that observables were never supposed to be passed from the main thread to workers, only the other way. > > With #273 on the horizon, we...

Ah hah! I just found your [Streaming Results section](https://threads.js.org/usage-observables#streaming-results) in your docs, it's very similar to what I'm suggesting. This does do the kind of thing I need, so that's...

Heres a quick implementation I cobbled together. https://github.com/Nerdinacan/threads-observable-adapter

> Take client.js, for instance: The code is so abstract that it's insanely hard to understand if you don't know RxJS by heart. That code is generating a custom observable...