Synchronization bool shared fields
- From: "Vladimir" <xozar@xxxxxx>
- Date: Fri, 26 Aug 2005 09:55:08 +0300
Is synchronization for bool shared fields required in multithreaded
application?
Is there a cases when for example changing value from true to false in one
thread, when another thread is reading this field, will lead to true value
in this field?
.
- Follow-Ups:
- Re: Synchronization bool shared fields
- From: Jon Skeet [C# MVP]
- Re: Synchronization bool shared fields
- Prev by Date: Re: Sorting a dataview Numerically
- Next by Date: Re: DataGridView Readonly on Cell or Row ignored?
- Previous by thread: Sorting a dataview Numerically
- Next by thread: Re: Synchronization bool shared fields
- Index(es):
Relevant Pages
|