Skip to content

yoosiba/synasyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This collection of small JS scripts that allow you to run some of your code synchronously but in asynchronous way for all other code.

Wait.js is module that allows you to wait with given timeout and check-step for given condition to be true, before executing given action.

FlowControll.js module allows you to chain series of commands to be executed one after another, while executing everything in asynchronous way.




Source code can be found on:
http://github.com/yoosiba/synasyn
http://code.google.com/p/synasyn/

code on both places will be synchronized

About

runs your code synchronously but asynchronously to other code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published