Skip to content

Turnstile 0.0.1

Choose a tag to compare

@bigeasy bigeasy released this 23 Feb 20:36
· 553 commits to master since this release

Wait or Dispatch

Turnstile can wait for a batched operation to complete and invoke an error-first callback, or else it can inform a handler that a batched operation has completed through a named event using the EventEmitter interface.

Issue by Issue

  • Implement empty event. #8.
  • Eliminate event duplicates. #7.
  • Implement rough draft of queue. #6.