Library zoo_eio.rcfd__types

From zoo Require Import
  prelude.
From zoo.language Require Import
  typeclasses
  notations.
From unix Require Import
  unix.
From zoo_std Require Import
  spsc_waiter.
From zoo Require Import
  options.

Notation "'Open'" := (
  in_type "zoo_eio.rcfd.state" 0
)(in custom zoo_tag
).
Notation "'Closing'" := (
  in_type "zoo_eio.rcfd.state" 1
)(in custom zoo_tag
).

Notation "'ops'" := (
  in_type "zoo_eio.rcfd.t" 0
)(in custom zoo_field
).
Notation "'state'" := (
  in_type "zoo_eio.rcfd.t" 1
)(in custom zoo_field
).