botan icon indicating copy to clipboard operation
botan copied to clipboard

Is there thread-unsafe list?

Open jeffRTC opened this issue 2 years ago • 2 comments

To be specific, I'm asking you if there are more thread unsafe stuff like the RNG one.

I am having troubles using Botan with Seastar. Seastar has their own threads.

jeffRTC avatar Oct 02 '21 17:10 jeffRTC

cc @randombit

jeffRTC avatar Oct 03 '21 21:10 jeffRTC

The default for objects in Botan is that no thread safety is guaranteed. So unless an API explicitly states that concurrent access is thread safe you have to unsure yourself that no concurrent access happens.

lieser avatar Sep 21 '22 11:09 lieser

As you haven't replied yet I'm assuming your questions are answered. If not please reopen the issue.

lieser avatar Dec 19 '22 11:12 lieser