var searchIndex = {}; searchIndex["tick"] = {"doc":"","items":[[8,"Async","tick","A value representing an asynchronous computation",null,null],[16,"Value","","",0,null],[16,"Error","","",0,null],[16,"Cancel","","",0,null],[10,"is_ready","","Returns true if `expect` will succeed.",0,null],[10,"is_err","","Returns true if the async value is ready and has failed",0,null],[10,"poll","","Get the underlying value if present",0,null],[11,"expect","","Get the underlying value if present, panic otherwise",0,null],[10,"ready","","Invokes the given function when the Async instance is ready to be\nconsumed.",0,null],[11,"receive","","Invoke the callback with the resolved `Async` result.",0,null],[11,"await","","Blocks the thread until the async value is complete and returns the\nresult.",0,null],[11,"fire","","Trigger the computation without waiting for the result",0,null],[11,"and","","This method returns a future whose completion value depends on the\ncompletion value of the original future.",0,null],[11,"and_then","","This method returns a future whose completion value depends on the\ncompletion value of the original future.",0,null],[11,"or","","This method returns a future whose completion value depends on the\ncompletion value of the original future.",0,null],[11,"or_else","","This method returns a future whose completion value depends on the\ncompletion value of the original future.",0,null],[3,"Tick","","",null,null],[4,"Error","","",null,null],[13,"TooManySockets","","",1,null],[13,"Io","","",1,null],[11,"new","","",2,{"inputs":[],"output":{"name":"result"}}],[11,"accept","","",2,null],[11,"stream","","",2,null],[11,"drop","","",2,null],[6,"Result","","",null,null],[6,"Stream","","",null,null],[6,"Sender","","",null,null],[6,"Pair","","",null,null],[6,"Future","","",null,null],[11,"fmt","","",1,null],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}]],"paths":[[8,"Async"],[4,"Error"],[3,"Tick"]]}; initSearch(searchIndex);