History log of /recipes/reactor/s03/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fd65b0af 20-Mar-2014 Shuo Chen <chenshuo@chenshuo.com>

fix typo

db9c5511 05-Sep-2012 Shuo Chen <chenshuo@chenshuo.com>

remove unused header

344a2ce1 04-Sep-2012 Shuo Chen <chenshuo@chenshuo.com>

rename TimerQueue::scheduleInLoop to TimerQueue::addTimerInLoop

dee5abbc 31-Aug-2012 Shuo Chen <chenshuo@chenshuo.com>

fix typo

0f776063 22-Aug-2012 Shuo Chen <chenshuo@chenshuo.com>

update reactor example for EventLoop::queueInLoop()

b4a5ce52 14-May-2011 Shuo Chen <chenshuo@chenshuo.com>

format code to save lines.

ee021d99 14-May-2011 Shuo Chen <chenshuo@chenshuo.com>

remove unnecessary qualifier.

17c057c3 14-May-2011 Shuo Chen <chenshuo@chenshuo.com>

passive disconnect & remove TcpConnection.

0615e80e 14-May-2011 Shuo Chen <chenshuo@chenshuo.com>

format code to save blank lines.

aed8b24f 12-May-2011 Shuo Chen <chenshuo@chenshuo.com>

no double underscores.

a20e676d 11-May-2011 Shuo Chen <chenshuo@chenshuo.com>

format long lines.

f56e876a 10-May-2011 Shuo Chen <chenshuo@chenshuo.com>

Keep test3.cc all the same across steps.

566406cc 10-May-2011 Shuo Chen <chenshuo@chenshuo.com>

Add diff files.

9807252e 01-May-2011 Shuo Chen <chenshuo@chenshuo.com>

rename test5 to test6, add test5.cc for runInLoop() in same thread.

e44bbe65 01-May-2011 Shuo Chen <chenshuo@chenshuo.com>

set quit_ to false before looping.

c461658b 01-May-2011 Shuo Chen <chenshuo@chenshuo.com>

EventLoop::runInLoop(), wakeup a loop with eventfd.

cc7f415c 01-May-2011 Shuo Chen <chenshuo@chenshuo.com>

copy s03 from s02