FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void tcp_connection::AsyncWait
(
ba::deadline_timer &
timer
,
int
seconds
,
void(tcp_connection::*)(const bs::error_code &)
handler
)
inline
Definition at line
79
of file
fad.cc
.
81
{
82
timer.expires_from_now(boost::posix_time::milliseconds(seconds));
83
timer.async_wait(boost::bind(
handler
, shared_from_this(), dummy::error));
84
}
handler
static void handler(int conn_id, char *packet, int size, int status)
Definition:
webServer.c:635
tcp_connection
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11