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
Copy file name to clipboardExpand all lines: docs/communication.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ The implementation of the _FileCommunication_ can be found [here](https://github
70
70
Set `communication_format` to `file`.
71
71
72
72
| name | type | required | default| description |
73
-
|-------------------|--------|---|---|---|
73
+
|---|---|---|---|---|
74
+
|currently_nothing|
74
75
75
76
## Pipe-based communication
76
77
A pipe is a data channel to perform interprocess communication between two processes. No data is written to the filesystem, it is directly exchanged through the memory. This makes it more efficient than the file-based communication.
@@ -84,7 +85,8 @@ The implementation of the _PipeCommunication_ can be found [here](https://github
0 commit comments