stephencelis/SQLite.swift

Thread Safe?

開放

#259 建立於 2015年10月22日

 (6 則留言) (0 個反應) (0 位負責人)Swift (1,618 個分叉)batch import
help wanted

倉庫指標

星標
 (10,145 顆星)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 4 個 PR)

描述

Apologies if I missed it, but I looked through the docs and I haven't seen anything mention whether or not SQLite.swift is thread safe.

I'm seeing some random EXC_BAD_ACCESS crashing that pops up inside of SQLite.swift when calling the libsqlite functions and I'm trying to determine if there's a leak or if it's related to using multiple threads to access the DB potentially concurrently.

貢獻者指南