[mono-android] AtomicBoolean in monodroid?

Jonathan Pryor jpryor at novell.com
Sat Mar 19 11:26:05 EDT 2011


On Mar 19, 2011, at 12:33 AM, Michael Isbell wrote:
> Can I create an AtomicBoolean in monodroid?

No, as we're currently not binding the java.util.concurrent.atomic package, as we didn't see any actual need for it (i.e. there are no android.* types or members that use java.util.concurrent types) and .NET already has types which provide this functionality.

Any particular reason you can't use the System.Threading.Interlocked class or other System.Threading types?

 - Jon



More information about the Monodroid mailing list