Y
Hacker News
new
|
ask
|
show
|
jobs
by
sbhn
2757 days ago
Does quantum mean its thread safe?
1 comments
discodave
2757 days ago
The word quantum doesn't mean thread-safe. But it is thread-safe, since it's fundamentally based on a durable ACID Transaction journal. All the threads in your application can agree on state.
link