Skip to content

Commit

Permalink
Fixed variance
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Dec 5, 2024
1 parent 91bf56a commit df8c9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNext.Threading/Threading/Channels/IChannelWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace DotNext.Threading.Channels;

using IO;

internal interface IChannelWriter<T> : IChannel
internal interface IChannelWriter<in T> : IChannel
{
private const string InputTypeMeterAttribute = "dotnext.persistentchannel.input";

Expand Down

0 comments on commit df8c9ae

Please sign in to comment.