[go-nuts] Re: howto kill pipe process using gopkg.in/pipe.v2

2016-07-30 Thread Nathan Kerr
State.Kill works, but it is not immediately obvious how to use it or how to discover that it can be used. I wrote down my process to discover this, starting from your example and ending with a working prototype on my site: https://pocketgophers.com/expanding-convenience-functions/. Hope this

[go-nuts] Re: howto kill pipe process using gopkg.in/pipe.v2

2016-07-19 Thread Walter Garcia
Thanks for your reply. Yes, I seen, but I don't understand how to implement. Could you help me to understand? Thanks in advance El martes, 19 de julio de 2016, 2:50:04 (UTC-3), James Aguilar escribió: > > State.Kill looks > promising. > > On

[go-nuts] Re: howto kill pipe process using gopkg.in/pipe.v2

2016-07-19 Thread Ralf Schülke
https://godoc.org/gopkg.in/pipe.v2#RunTimeout Am Montag, 18. Juli 2016 19:39:36 UTC+2 schrieb Walter Garcia: > > Hello. > > Im using pipe.v2 and work fine, but I need cancel the process running, How > can I do it? > > The process is running, but in certain circumstances I need to cancel. > >

[go-nuts] Re: howto kill pipe process using gopkg.in/pipe.v2

2016-07-18 Thread James Aguilar
State.Kill looks promising. On Monday, July 18, 2016 at 10:39:36 AM UTC-7, Walter Garcia wrote: > > Hello. > > Im using pipe.v2 and work fine, but I need cancel the process running, How > can I do it? > > The process is running, but in certain