Point72 / csp

csp is a high performance reactive stream processing library, written in C++ and Python
https://github.com/Point72/csp/wiki
Apache License 2.0
150 stars 27 forks source link

Document `csp.run_on_thread` #290

Open pavithraes opened 1 week ago

pavithraes commented 1 week ago

Allows you to run the graph and the engine in a separate threads. It can be useful in updating perspective tables, for instance.

Reference for usage: https://github.com/Point72/csp/blob/main/csp/tests/impl/wiring/test_threaded_runtime.py