Searched refs:rej (Results 1 – 1 of 1) sorted by relevance
271 p = new Promise(function(res,rej){ argument272 setTimeout(()=>runner(res, rej), 50)/*give UI a chance to output the "running" banner*/;