Skip to content

Commit

Permalink
IDispatchQueueV needs to inherit IDispatchQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
borland committed Aug 23, 2015
1 parent cfc0e8a commit 94d2890
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 @@ -47,7 +47,7 @@ public interface IDispatchQueue : IDisposable

/// <summary>Queues can implement this interface to enable the VerifyQueue extension method which
/// throws an exception if your code is not on the correct queue</summary>
public interface IDispatchQueueV
public interface IDispatchQueueV : IDispatchQueue
{
/// <summary>Checks whether the currently-executing function is
/// on this queue, and throw an OperationInvalidException if it is not</summary>
Expand Down

0 comments on commit 94d2890

Please sign in to comment.