Closed surban closed 7 months ago
CFB version 0.7 implemented Send + Sync on CompoundFile.
CompoundFile
Unfortunately, both traits were lost starting with version 0.8. This makes it nearly impossible to use CompoundFile in an async-context.
I proposed a fix in #46.
Since the PR has been merged this can be closed?
Yes.
CFB version 0.7 implemented Send + Sync on
CompoundFile
.Unfortunately, both traits were lost starting with version 0.8. This makes it nearly impossible to use
CompoundFile
in an async-context.I proposed a fix in #46.