diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-17 14:41:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-17 14:41:49 +0200 |
commit | 3f53dbeda6fe764c976712545cd26d84c926ab15 (patch) | |
tree | ec20951cb60236c9facf8a8ed3c7d1c05ed8b736 /doc/examples/timed | |
parent | style + add timed read example (diff) | |
download | bus-3f53dbeda6fe764c976712545cd26d84c926ab15.tar.gz bus-3f53dbeda6fe764c976712545cd26d84c926ab15.tar.bz2 bus-3f53dbeda6fe764c976712545cd26d84c926ab15.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/timed')
-rw-r--r-- | doc/examples/timed/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/timed/README b/doc/examples/timed/README index db34fa0..215a738 100644 --- a/doc/examples/timed/README +++ b/doc/examples/timed/README @@ -15,6 +15,9 @@ continuously, but with one second timeouts. Running instances of ./read will read for ten seconds then time out. +./poll and ./read will stop if the message "stop" is +broadcasted. + ./poll, ./read, ./init and ./cleanup are run without any additional arguments. ./write is run with the message as the second argument. |