Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instances of kefir working together #62

Closed
omarstreak opened this issue Feb 24, 2015 · 1 comment
Closed

Multiple instances of kefir working together #62

omarstreak opened this issue Feb 24, 2015 · 1 comment
Labels

Comments

@omarstreak
Copy link

Bacon has a limitation that multiple versions of Bacon don't work together, does kefir have this same limitation?

An example:

  • a library uses kefir streams internally
  • the library accepts streams (rx, bacon and kefir) and "munges" them together
  • obviously the rx and bacon streams need to be converted to kefir, but do the kefir streams have to be converted to the library's internal version of kefir?
@rpominov
Copy link
Member

I think it will work. There is no global state in Kefir, neither instanceof checks, which is the reasons of this limitation in Bacon as far as I know. But I didn't check if it actually works, and I'd try not to rely on this, as we might have to use global state or instanceof in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants