summaryrefslogtreecommitdiff
path: root/src/channel.hpp
Commit message (Collapse)AuthorAgeFilesLines
* added one new thread. memory pool still needs work. some kind of auto ↵Othmar Gsenger2014-07-311-8/+8
| | | | pointer returning memory would be nice. crypto needs bigger refactoring i'm afraid
* added a go style channel implementation. this might still need some ↵Othmar Gsenger2014-07-311-0/+88
performance tweaks (use less semaphores, maybee not use ringbuffer)