Skip to content

Instantly share code, notes, and snippets.

View AnthonyLloyd's full-sized avatar

Anthony Lloyd AnthonyLloyd

View GitHub Profile

Keybase proof

I hereby claim:

  • I am anthonylloyd on github.
  • I am anthonylloyd (https://keybase.io/anthonylloyd) on keybase.
  • I have a public key ASDkWnNeWUOuMk_QVEclGzBRB5w4tgEzlHgE8w4rB_Cj5Ao

To claim this, I am signing this object:

namespace Fsion
open System.Threading
[<Struct;NoEquality;NoComparison>]
type Cancel =
private
| Cancel of bool ref * children: Cancel list ref
module internal Cancel =