I have this new_lock function in JS:
function new_lock(){ var unlock,lock = new Promise((res,rej)=>{ unlock=res;