Skip to content

Commit

Permalink
Readonly _continuationTimeoutCancellationTokenRegistration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach authored and lukebakken committed Dec 7, 2024
1 parent 9d14925 commit a48b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/Impl/AsyncRpcContinuations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace RabbitMQ.Client.Impl
internal abstract class AsyncRpcContinuation<T> : IRpcContinuation
{
private readonly CancellationTokenSource _continuationTimeoutCancellationTokenSource;
private readonly CancellationTokenRegistration _continuationTimeoutCancellationTokenRegistration;
private CancellationTokenRegistration _continuationTimeoutCancellationTokenRegistration;
private readonly CancellationTokenSource _linkedCancellationTokenSource;
private ConfiguredTaskAwaitable<T> _tcsConfiguredTaskAwaitable;
protected readonly TaskCompletionSource<T> _tcs = new TaskCompletionSource<T>(TaskCreationOptions.RunContinuationsAsynchronously);
Expand Down

0 comments on commit a48b8d1

Please sign in to comment.