Hi,

The documentation about the method act explains that 'the given code is guaranteed to be only executed by one thread at a time'.

Can I assume from this that any other thread including the main thread isn't running? I want to know if I need to guard the data with semaphores I am changing in that thread.

Regards,
Marcel

Reply via email to