touchlab-lab / knarch.db

K(otlin)N(ative)A(rchitecture) Database
https://touchlab.co/
Apache License 2.0
90 stars 9 forks source link

Keep TransactionListener in thread local rather than freeze #39

Open kpgalligan opened 6 years ago

kpgalligan commented 6 years ago

We can create a thread local cache with object syntax and workers. I'm not 100% sure how that will work when creating threads outside of using a worker, so we should do some research on this implementation.

kpgalligan commented 6 years ago

Update. Added ThreadLocal to multiplatform code. Should be able to do this update pretty easily.