MCPcopy Index your code
hub / github.com/tj/co / timedThunk

Function timedThunk

test/objects.js:61–65  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

59
60 it('should preserve key order', function(){
61 function timedThunk(time){
62 return function(cb){
63 setTimeout(cb, time);
64 }
65 }
66
67 return co(function *(){
68 var before = {

Callers 1

objects.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…