ShabbyX / libpandoc

C bindings to Pandoc, a markup converter library written in Haskell.
88 stars 16 forks source link

Is pandoc() function thread-safe? #6

Closed itechbear closed 4 years ago

ShabbyX commented 7 years ago

(I just realized I wasn't "watch"ing this repo, so I never got a notification for this, sorry)

Not sure! From the looks of it, I don't see a reason why it shouldn't be, unless Haskell itself is not thread-safe.