Skip to content

Commit fecfcd6

Browse files
committed
Note thread safety.
1 parent 9e25414 commit fecfcd6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

DependencyQueue/DependencyQueue.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ private DependencyQueueContext<T, TData>[] MakeContexts<TData>(
422422
/// If the queue state is valid, an empty list; otherwise, a list of
423423
/// errors that prevent the queue state from being valid.
424424
/// </returns>
425+
/// <remarks>
426+
/// This method is thread-safe.
427+
/// </remarks>
425428
public IReadOnlyList<DependencyQueueError> Validate()
426429
{
427430
var errors = new List<DependencyQueueError>();

0 commit comments

Comments
 (0)