You are looking for `await`, if you use starter kit you have it already
configured. With it you can "wait" for a promisse to complete,

Take a look here:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function

Em qua, 9 de jan de 2019 às 18:52, . <[email protected]> escreveu:

> Hello,
> First of all: thank you very much for maintaining this great project!
>
> I'm C programmer learning now Cockpit. My problem is as follows: for some
> of the operation I must use external helper and I must wait for it output.
> The cockpit.spawn() function returns the promise, which is non-blocking
> operation (as expected). How can I make it work as blocking one? Which
> mean: the rest of the code in the function should be done after receiving
> full output of the cockpit.spawn (done() or fail())
>
> best regards,
> Magik
>
> _______________________________________________
> cockpit-devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedorahosted.org/archives/list/[email protected]
>


-- 
“If you're going to try, go all the way. Otherwise, don't even start. ..."
  Charles Bukowski
_______________________________________________
cockpit-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]

Reply via email to