|
Boost : |
Subject: Re: [boost] [Interprocess] Named pipe interface proposal
From: niXman (i.nixman_at_[hidden])
Date: 2013-08-10 08:37:28
2013/8/10 Geoff Shannon:
> As a point of interest this interface is meant to be extremely simple. I
> don't intend to initially support ANYTHING except for basic creation and
> reading and writing.
named_pipe_object named_pipe_server::accept();
There is synchronous accept, but there is no asynchronous accept. Why?
template<typename F>
void named_pipe_server::async_accept(F);
-- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk