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.DelayedEdge` #289

Open pavithraes opened 1 week ago

pavithraes commented 1 week ago

csp.DelayedEdge creates a binding/dummy edge to be bound later. It's used in the csp gateway application.

It's similar to csp.feedback, and can be documented alongside it in https://github.com/Point72/csp/wiki/Add-Cycles-in-Graphs

Reference usage: https://github.com/Point72/csp/blob/main/csp/tests/test_engine.py#L1719