LanguageExt.Core

LanguageExt.Core Effects Traits

Contents

interface HasCancel <out RT> Source #

where RT : struct, HasCancel<RT>

Type-class giving a struct the trait of supporting task cancellation IO

Parameters

type RT

Runtime