bredele / doors

:door: Mutable asynchronous operations with conditions

Home Page:https://bredele.github.io/doors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execute callback on lock and unlock?

bredele opened this issue · comments

door.lock('test', function(){});
//or
door.lock('test').then();