Libcmt stands for composable memory transcations library. It implements a transactional model of concurrency using Glib,where deadlock is not possible (beaucouse there are not locks at all) and transactions are composable
4 lines
222 B
Text
4 lines
222 B
Text
Libcmt stands for composable memory transcations library.
|
|
It implements a transactional model of concurrency using Glib,where
|
|
deadlock is not possible (beaucouse there are not locks at all) and
|
|
transactions are composable
|