pipeline

command
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

pipeline implements a one way pipe example. node0 is a listening pull socket, and node1 is a dialing push socket.

To use:

$ go build .
$ url=tcp://127.0.0.1:40899
$ ./pipeline node0 $url & node0=$! && sleep 1
$ ./pipeline node1 $url "Hello, World."
$ ./pipeline node1 $url "Goodbye."
$ kill $node0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL