Re: Glib::Threads:Private

2019-02-20 Thread John Emmas
On 20/02/2019 15:26, Paul Davis wrote: On Wed, Feb 20, 2019 at 1:17 AM John Emmas <mailto:j...@creativepost.co.uk>> wrote: I realise it's a deprecated interface but can anyone explain what Glib::Threads:Private does? [...] It means that each thread that

Re: Glib::Threads:Private

2019-02-20 Thread Paul Davis
On Wed, Feb 20, 2019 at 1:17 AM John Emmas wrote: > I realise it's a deprecated interface but can anyone explain what > Glib::Threads:Private does? > > Does it guarantee that 'SomeObject' can only be accessed by code running > in a particular thread? And if so, does it do t

Glib::Threads:Private

2019-02-20 Thread John Emmas
I realise it's a deprecated interface but can anyone explain what Glib::Threads:Private does? Does it guarantee that 'SomeObject' can only be accessed by code running in a particular thread? And if so, does it do that by creating a specific thread for the object - or does it use whichever