Download List

项目描述

Threads is a library designed to make threading under C++ simpler. It provides a "pthread" class, with an abstract method called "thread". It also provides classes for mutual exclusion of parallel processes and condition signalling, and a semaphore class that comes in handy when synchronizing constructor and threaded method. The aim of the threads library is to provide a simple, yet powerful means of threading applcations, and to provide shared memory and process scoping to C++ programs.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-10-10 03:20 Back to release list
3.5

与GCC 3.0版编译问题已得到修复。在/ O控制类已超过流套接字其他类型preparted本人。动态的I / O缓冲已被重写,无论性能,并允许在它里面被读取或者作为数据或数据流的缓冲信息。数据提供一次到接收器类,排队等候的请求并交付时,接收器是可用。有轻微错误修正。
标签: Development, Major feature enhancements
Compilation problems with GCC 3.0 have been fixed. The I/O control class has been preparted for types of sockets other than STREAM. Dynamic I/O buffering has been rewritten, both for performance and to allow data inside it to be read either as streamed data or as buffered messages. Data is delivered only once to the receiver class, and pending requests are queued and delivered when the receiver is available. There are minor bugfixes.

Project Resources