X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=README.md;h=15edcb3a298157fce951e9057eaf928c1f4bbfed;hp=0ca3ca5cb68d0cdf524b8ca590f8db33be2d1127;hb=09caa63ed9a80417bf6654c44a9f66e2d749964a;hpb=8acd36e8a3fb5954741141e9ed030586dc78c7cd diff --git a/README.md b/README.md index 0ca3ca5..15edcb3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ with the data. Status bar is one such subscriber: `P1 > pipe&; P2 > pipe&; ... PN > pipe&; tail -f pipe | tee >(S1) >(S2) ... >(SN) > /dev/null` The cool thing is that, because the pipe is always read (`tail -f ... > /dev/null`), -the publishers are never blocked, so we get a live stream of event to which we +the publishers are never blocked, so we get a live stream of events to which we can attach any number of interested subscribers (` ... tee ... `) and, because the pipe is named, if a subscriber needs to - it too can publish something to the pipe without being blocked.