diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2018-06-04 17:35:08 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2018-06-04 17:40:36 +0200 |
commit | d39179eed89bcca5ed011df9a571dfebff109b56 (patch) | |
tree | 4feb2c87d54907cb9a4e5bc75eaa19ee13e608e5 /examples | |
parent | 7636de071e69948da2b6bbbc3dc6055d3cac04cc (diff) | |
download | rumba-d39179eed89bcca5ed011df9a571dfebff109b56.tar.gz rumba-d39179eed89bcca5ed011df9a571dfebff109b56.zip |
storyboard: add async command execution
The standard command execution function blocks until the command is
complete. Even if the command is run in background on the node, this
implies that the storyboard has to wait for the SSH handshake to
complete and the responses to come back.
With the new method, the storyboard will go on with the execution
without waiting (callbacks can be registered for reacting).
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions