$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Roland Schwarz: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Previous message: Roland Schwarz: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- In reply to: Stefan Seefeld: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Next in thread: Peter Dimov: "Re: [boost] Boost.Threads, N2178, N2184, et al"
Stefan Seefeld wrote:
> The point really is that we want a means to interrupt an otherwise
> non-interruptible (i.e. blocking) call, so this requires support
> from the system layer.
True.
But we will need this in either case. Cancellation also is not
feasible if we can't get out of the kernel.
But: a (std) library implementor can emulate this by making use of async
IO at the OS level.
Roland
- Next message: Roland Schwarz: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Previous message: Roland Schwarz: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- In reply to: Stefan Seefeld: "Re: [boost] Boost.Threads, N2178, N2184, et al"
- Next in thread: Peter Dimov: "Re: [boost] Boost.Threads, N2178, N2184, et al"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>