summaryrefslogtreecommitdiff
path: root/tests/test-Sockets.cc
AgeCommit message (Collapse)Author
2011-11-16Kind of a big revamp of the TaskMan / Task model, in order to introduce a ↵Pixel
TaskScheduler. The idea is that we need to support multiple task managers from multiple threads. So that revamp means we now should be able to support that, except the TaskScheduler needs to implement a round robin system, to distribute tasks across multiple task managers. But at least, the fundamental redesign to permit this is here.
2011-11-13Adding an opaque pointer to the generic Socket listener.Pixel
2011-10-17Adding the Socket class, and a few tools that comes with it.Pixel