deadpixi / ergex

The Ergex Regular Expression Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread-safety isn't correct

deadpixi opened this issue · comments

Scratch structures hold immutable references to their Database. This prevents a Scratch from moving to a new thread, though it should be possible. I think it would be with crossbar but I haven't tested this yet.