in reply to Re: Containing threads in object instances
in thread Containing threads in object instances

Hey, thanks for the quick reply!

The object sharing might be a problem, but I'll give your solution a try and see how it goes. There's very little I need to do in terms of sharing objects - mainly a single synchronisation flag to make sure the potentially blocking system call has been attempted/completed.

Thanks again.

  • Comment on Re: Re: Containing threads in object instances