Link to home
Start Free TrialLog in
Avatar of codequest
codequest

asked on

Does exit or return in middle of synclock release synclock

If I execute an method exit or return in middle of synclock start/end block, will it release the synclock?  Or does the code have to execute the synclock end?
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of codequest
codequest

ASKER

Thanks!