Skip to content

Instantly share code, notes, and snippets.

View dgvives's full-sized avatar

David García Vives dgvives

  • Murcia, Spain
View GitHub Profile
@dgvives
dgvives / program.cs
Created February 17, 2021 22:18
MultiplexedStreamReader can be cancelled cancellation
using System;
using System.Threading;
using System.Threading.Tasks;
using Docker.DotNet;
using Docker.DotNet.Models;
using Xunit.Abstractions;
namespace TesterApp
{
public class tester : IDisposable