TransAlt


OpResp<'a>

state operation should return value or Blocked when it could not be executed on current state(like reading from an empty channel)

Union Cases

Union CaseDescription
Blocked
Signature:
NotBlocked('a)
Signature: 'a
Fork me on GitHub