$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] basic mutex problem
From: Christian Holmquist (c.holmquist_at_[hidden])
Date: 2011-08-12 15:15:16
> Also, I am aware that I don't need to be
> using threads here, but I am, and I don't understand why it's not
> working.
>
>
Does the code do the right thing if you remove the threads and just call
random_activity_planner(activities,origin)();
directly?
- Christian