Re: [Factor-talk] db.tuples in threads

2017-12-29 Thread Alexander Ilin
Hello! I have figured out what the issue with `no-defined-persistent` was. Turns out I called `object ensure-table` instead of `object class-of ensure-table`. 29.12.2017, 02:45, "Alexander Ilin" : > Understood, thank you, Chris! > > In the end I used a promise, which is

Re: [Factor-talk] db.tuples in threads

2017-12-28 Thread Alexander Ilin
Understood, thank you, Chris! In the end I used a promise, which is almost the same thing. I have another question, though. Is it possible to use the facilities offered by the db.tuples vocab from within a thread? When I try to call `ensure-table`, I get the `no-defined-persistent` exception,