Threading
Updated about 1 year ago (27 Sep 2008 at 12:01 PM)
recent activity
A library for all things involving threads, thread pools, asynchronous callbacks, mutexes, semaphores, monitors, locks, critical sections, thread safety, synchronization and any other related information.
Contents
With the days of the single cored processor drawing to a close and users demanding more robust user interfaces by the day, knowledge of multi-threaded programming techniques is quickly becoming a...
Byte buffer queues are extremely useful in socket applications. I use this one in a few the projects I've worked on.
Byte buffer queues are extremely useful in socket applications. I use this one in a few the projects I've worked on.
Add a Comment