You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**System**: A collection of blocks that are connected together.
122
+
Systems are the top-level entities in dataflow programs.
123
+
124
+
-**Block**: An encapsulated system component that processes messages.
125
+
Blocks are the autonomous units of computation in a system.
126
+
127
+
-**Port**: A named connection point on a block that sends or receives
128
+
messages. Ports are the only interfaces through which blocks communicate
129
+
with each other.
130
+
131
+
-**Message**: A unit of data that flows between blocks in a system, from port
132
+
to port. Any Rust type that implements the `Send + Sync + 'static` traits can
133
+
be used as a message.
134
+
114
135
---
115
136
116
137
[](https://x.com/intent/post?url=https://github.com/asimov-platform/asimov.rs&text=ASIMOV%20Software%20Development%20Kit%20%28SDK%29%20for%20Rust)
[](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-platform/asimov.rs)
0 commit comments