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.

贡献者指南