Boost 1.46.0 Library Documentation - Concurrent Programming
Sort by:
Concurrent Programming
- Asio
-
Portable networking, including sockets, timers, hostname resolution and socket iostreams.
- Author(s)
- Chris Kohlhoff
- First Release
- 1.35.0
- Categories
- Concurrent Programming, Input/Output
- Interprocess
-
Shared memory, memory mapped files, process-shared mutexes, condition variables, containers and allocators.
- Author(s)
- Ion Gaztañaga
- First Release
- 1.35.0
- Categories
- Concurrent Programming
- MPI
-
Message Passing Interface library, for use in distributed-memory parallel application programming.
- Author(s)
- Douglas Gregor and Matthias Troyer
- First Release
- 1.35.0
- Categories
- Concurrent Programming
- Thread
-
Portable C++ multi-threading.
- Author(s)
- Anthony Williams (originally William Kempf)
- First Release
- 1.25.0
- Categories
- Concurrent Programming, System