Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created July 8, 2017 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunigami/20c3f70b99fb78b712045bc703e6722d to your computer and use it in GitHub Desktop.
Save kunigami/20c3f70b99fb78b712045bc703e6722d to your computer and use it in GitHub Desktop.
type 'a realTimeQueue = {
front: 'a stream;
rear: 'a list;
schedule: 'a stream
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment