async-tar icon indicating copy to clipboard operation
async-tar copied to clipboard

Send and Sync bounds for `Builder`

Open piegamesde opened this issue 2 years ago • 0 comments

I'm running into trouble because my writer isn't Send and Sync. This, however, is required to be able to use it in Builder. Doing a quick check at the source code, I couldn't find an obvious reason for these trait bounds. Could they maybe be removed?

piegamesde avatar Jan 31 '22 10:01 piegamesde