Base class for FreezableThreadingModel and ImmutableThreadingModel.
Inheritance
ReadOnlyThreadingModel
Namespace: PostSharp.Patterns.Threading.Models
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public abstract class ReadOnlyThreadingModel : ThreadingModel
Properties
Name | Description |
---|---|
IsBlocking | Determines whether the current ThreadingModel has blocking semantics, i.e. if the threading model may cause the executing thread to be blocked, for instance when waiting for a lock. |
IsThreadSafe | Determines whether the threading model is possibly thread safe. |