Added Query Operator
Example usage:
open Nact.Operators;
let findDinsheh = ((contactId, _)) =>
contactsService <? (findContact("1", contactId), 100 * milliseconds);
Example usage:
open Nact.Operators;
let findDinsheh = ((contactId, _)) =>
contactsService <? (findContact("1", contactId), 100 * milliseconds);