$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2002-08-22 08:15:35
> -----Original Message-----
> From: wugui [mailto:yg-boost-users_at_[hidden]]
>
> another question:
>
> how make boost::object_pool thread_safe?
To make a pool object thread-safe, guard all access with a mutex.
-Steve