koco-mutex
v1.4.4
Published
Mutex based on knockout
Downloads
5
Maintainers
Keywords
Readme
koco-mutex
Mutex based on knockout
Installation
bower install koco-mutex
Usage with KOCO
This is a shared module that is used in other modules. The convention is to configure an alias in the require.configs.js
with the name mutex
like so:
paths: {
...
'mutex': 'bower_components/koco-mutex/src/mutex'
...
}