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
redox-os
ipcd
Commits
3ff2d28a
Commit
3ff2d28a
authored
Sep 22, 2019
by
Coleman McFarland
💻
Browse files
Update README.md to remove broken link.
Opting to just remove the link altogether to fix
#1
parent
f5bcff90
Pipeline
#6082
passed with stages
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3ff2d28a
...
@@ -4,7 +4,7 @@ A userspace daemon for interprocess communication.
...
@@ -4,7 +4,7 @@ A userspace daemon for interprocess communication.
## Usage
## Usage
See the
`examples`
folder.
[
Hello World example
](
https://github.com/redox-os/ipcd/blob/master/examples/hello.rs
)
See the
`examples`
folder.
Simply open
`chan:<name>`
with O_CREAT where
`<name>`
is any name you'd like to create a listener.
Simply open
`chan:<name>`
with O_CREAT where
`<name>`
is any name you'd like to create a listener.
This listener can accept clients by calling
`dup("listen")`
.
This listener can accept clients by calling
`dup("listen")`
.
...
...
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