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

Mention type validation for `csp.graph` #295

Open pavithraes opened 1 week ago

pavithraes commented 1 week ago

Add a note about strict type annotation and validation for csp.graph (in addition to csp.node) in:

timkpaine commented 1 week ago

Also good to note the difference between a graph-annotated python function, and a non annotated function being used as a graph, as well as known issues