Ejemplo n.º 1
0
        /// <inheritdoc/>
        public void Complete(Exception exception)
        {
            Guard.IsNotNull(exception);

            _tcs.Throw(exception);
        }