Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blibs
blc_channel
Commits
ee4d3fe4
Commit
ee4d3fe4
authored
Apr 30, 2019
by
Arnaud Blanchard
Browse files
Update README.md
parent
9719c3b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ee4d3fe4
...
...
@@ -61,10 +61,10 @@ Two semaphores associated to the shared memory are created:
Proccesses which do not consider synchronisation use starting char '/'
`[writer]/->[reader]
`
means no synchronization
`[writer].->[reader]
`
means the reader waits for new data from the writer
`[writer]^->[reader]
`
means the writer waits for the reader to read and acknowledge the data
`[writer]:->[reader]
`
means both direction synchronization. The writer waits for acknowledgement and the reader wait for new data from the writer.
-
`/channel_name
`
means no synchronization
-
`.channel_name
`
means the reader waits for new data from the writer
-
`^channel_name
`
means the writer waits for the reader to read and acknowledge the data
-
`:channel_name
`
means both direction synchronization. The writer waits for acknowledgement and the reader wait for new data from the writer.
While opening a channel
-----------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment