1.1.11 • Published 8 years ago

y-timers v1.1.11

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
8 years ago

Timers

Sample usage

var walk = require('y-walk'),
    
    wait = require('y-timers/wait'),
    tick = require('y-timers/tick'),
    frame = require('y-timers/frame');

walk(function*(){
  
  yield wait(100);
  console.log('100 msecs have passed');
  
  yield tick();
  console.log('A tick has passed');
  
  yield frame();
  console.log('A frame is about to be painted');
  
});
1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

11 years ago