v0.1.0
this change ensure that there is no write operations after close is called. This was not the case before and this led to race conditions in the caller code because there was no way to ensure there would not be any write anymore after the close. Co-authored-by: Jeff Mitchell <jeffrey.mitchell@gmail.com>