[go-nuts] Re: synchronise read from two channels

2016-12-01 Thread omarshariffdontlikeit
Just as a follow up for anyone else - in the end I used two simple stacks for available and active lists of workers and simply popped a worker of the available stack when a url came in, assigned it to the worker and then pushed it to the active stack. Job done! On Thursday, December 1, 2016 at

[go-nuts] Re: synchronise read from two channels

2016-12-01 Thread omarshariffdontlikeit
Yeah I kinda figured I was coming to this wrong way - my tired brain had an unterminated loop. Thanks for the pointers! (all puns intended) On Wednesday, November 30, 2016 at 5:08:06 PM UTC, omarsharif...@gmail.com wrote: > > Hi, I'm having a bit of a slow day... I'm trying to synchronise two re