-
- Downloads
add Channel class
New class serving as inter-thread object queue.
Mimic Python "queue" module and/or Go "Channel" type.
Basic unit-test provided.
Change-Id: Ibd9bcb265ff6fe45aec1917ad152c2cd01935ddf
Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
src/channel.h
0 → 100644
test/unitTest/channel/testChannel.cpp
0 → 100644
Please register or sign in to comment