We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ec023 commit b52c3d1Copy full SHA for b52c3d1
projects/RabbitMQ.Client/client/impl/AsyncManualResetEvent.cs
@@ -36,9 +36,6 @@
36
37
namespace RabbitMQ.Client.client.impl
38
{
39
- /// <summary>
40
- /// Inspired by http://blogs.msdn.com/b/pfxteam/archive/2012/02/11/10266920.aspx
41
- /// </summary>
42
sealed class AsyncManualResetEvent : IValueTaskSource
43
44
private ManualResetValueTaskSourceCore<bool> _valueTaskSource;
0 commit comments