Concurrency Kit 提供了大量的并发原生方法和数据结构用于帮助设计和实现高性能的系统开发。该项目最大限度的降低对操作系统的相关性,提供统一的接口,便于程序在不同系统间的移植。
Concurrency Kit 0.2.14 改进内容:
a bugfix to ck_bytelock.h and a bugfix to ck_queue.h.
The ck_bytelock bug affects users who downgrade a write acquisition to a read-side acquisition.
The ck_queue bug affects users who are using CK_LIST_INSERT_HEAD followed by CK_LIST_REMOVE to non-head elements.
This execution sequence causes incorrect removal of nodes.
This release also includes improved unit test coverage to x86-32
项目主页:http://www.concurrencykit.org/
来自:开源中国社区

