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 Case | Description |
Blocked
Signature:
|
![]() ![]() |
NotBlocked('a)
Signature: 'a
|
![]() ![]() |