Skip to content

an-parubets/task-invoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-invoker

If you want to have a 0 msec timer, you have to use task-invoker.

How to use:

import { schedule } from 'task-invoker';

const foo = () => {}

schedule(foo);