• Dave Cridland's avatar
    Do not synchronize on isClosed() · 51b22088
    Dave Cridland authored
    There is a deadlock while reading the state variable if close() is running.
    
    This switches the state to be volatile instead - it's only written to inside
    the lengthy close() lock, so this should be reasonable.
    51b22088
Name
Last commit
Last update
build Loading commit data...
documentation Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...