Skip to content

Instantly share code, notes, and snippets.

@squaregear
squaregear / program.cs
Created June 20, 2017 15:28
Demonstrates crash from AsterNet thread
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using AsterNET.Manager;
using AsterNET.Util;
namespace AsterNetTest