Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
borland committed Aug 24, 2015
2 parents 1bea229 + 94d2890 commit a89e4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialQueue/Interfaces.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface IDispatchQueue : IDisposable
/// Implementations reserve the right to run the action on a different thread (e.g WPF Dispatcher)</summary>
/// <param name="action">The function to run.</param>
void DispatchSync(Action action);

/// <summary>Checks whether the currently-executing function is
/// on this queue, and throw an OperationInvalidException if it is not</summary>
void VerifyQueue();
Expand Down

0 comments on commit a89e4d9

Please sign in to comment.