Skip to content

Instantly share code, notes, and snippets.

@ljw1004
ljw1004 / ValueTask_GetNextByteAsync.cs
Created July 21, 2016 17:53
Simple example of async ValueTask
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
class Program
{
static void Main()
{