ReactiveX / RxPY

ReactiveX for Python
https://rxpy.rtfd.io
MIT License
4.81k stars 361 forks source link

This is a concurrent library, but not thread safe? #707

Closed fanck0605 closed 1 year ago

fanck0605 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Code or Screenshots If applicable, add a minimal and self contained code example or screenshots to help explain your problem.

def foo(self) -> str:
    return 3

Additional context Add any other context about the problem here.