1.1.11 • Published 7 years ago

y-timers v1.1.11

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago