| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
Wraps a templated value and a templated mutex (defaults to shared_mutex)
and provides safe access, locked with either a shared_lock (const value)
or lock_guard (non-const value).
Applies this to existingEntities.
|
| |
|
|
|
| |
Entity value is MD5 hashed same as DB unique key, but the id itself is
now taken from the DB primary key which is sequence generated.
|
| |
|
|
|
| |
Jobs run on background threads now, so we can happily run them even when
we're busy.
|
| | |
|
| |
|
|
| |
Periodically, on idle, scan for and import previously parked lines.
|
| |
|
|
| |
Lambdas have internal linkage.
|
| | |
|
| | |
|
| |
|
|
| |
If no new entities are required, no transaction is created.
|
|
|
Add visitSum for tuples and makes storeEntities into a single lambda.
|