Package: wnpp Severity: wishlist Owner: Timo Aaltonen <tjaal...@debian.org>
* Package name : libnunc-stans Version : 0.1.5 Upstream Author : Red Hat * URL : http://fedorahosted.org/nunc-stans * License : GPL-3+ Programming Lang: C Description : Thread pool based event framework wrapper Nunc-stans is an event framework wrapper that provides a thread pool for event callback execution. It provides thread safety to event frameworks by isolating and protecting the thread safe parts from the non-thread safe parts, and allows multi-threaded applications to use event frameworks that are not thread safe. It has been primarily developed using libevent, but has also been tested with tevent. Nunc-stans uses lock free data structures where possible, to avoid mutex contention. The liblfds library is used.