Skip to content

Instantly share code, notes, and snippets.

@tomaszguzialek
tomaszguzialek / DeadlockDemo.cs
Last active April 11, 2016 18:36
Neo4jClient deadlock
using Neo4jClient;
using Nito.AsyncEx;
using System;
using System.Threading.Tasks;
namespace DeadlockDemo
{
class Program
{
static void Main(string[] args)