You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-on from #59. As part of that issue, the then-new sync crate feature was added to the list of default crate features. However, there are still situations where passing a Pdfium instance across threads results in a segmentation fault; clearly, sync is not safe in every situation.
Make the sync feature opt-in rather than default.
The text was updated successfully, but these errors were encountered:
Follow-on from #59. As part of that issue, the then-new
sync
crate feature was added to the list of default crate features. However, there are still situations where passing a Pdfium instance across threads results in a segmentation fault; clearly,sync
is not safe in every situation.Make the
sync
feature opt-in rather than default.The text was updated successfully, but these errors were encountered: