Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/2d5e97ad8d1b136b7eab48fa2bdb3f1c to your computer and use it in GitHub Desktop.

Select an option

Save trycf/2d5e97ad8d1b136b7eab48fa2bdb3f1c to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
a = [ 1 , 2 ];
arrayEach(a, function(a){
lock name="lock-demo" timeout=1 throwOnTimeout=true {
sleep(2001);
}
}, true);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment