$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Austin Bingham (abingham_at_[hidden])
Date: 2006-12-04 09:03:08
Is there any guarantee about the order of the processing of handlers within
a given strand? If, from one thread, I post several handlers in the same
strand to the io_service, will those handlers necessarily be run in the
order of the post calls? Or am I only guaranteed that they won't be run
concurrently?
Austin Bingham