async 0.2.1 released
[14th September 2007]
I've released version 0.2.1 of async, a C++ library for calling functions and functors asynchronously.
This release addresses two issues that really needed looking at for completeness:
- A pool of threads is now maintained and used for asynchronous calls, rather than having a new thread created each time
- There is now a
future_scopeobject which can effectively be used to add different kinds of futures to a homogeneous container
I hope you find it useful!
Comments
All original content copyright© Edd Dawson.
All source code appearing on this website that was written by Edd Dawson is made available under the terms of the Boost software license version 1.0 unless otherwise stated or implied by the license associated with the work from which the code is derived.
