Skip to content

Added Query Operator

Choose a tag to compare

@ncthbrt ncthbrt released this 09 Jan 12:30
· 76 commits to master since this release

Example usage:

open Nact.Operators;

let findDinsheh = ((contactId, _)) =>
  contactsService <? (findContact("1", contactId), 100 * milliseconds);