Files
rippled/beast/asio
Vinnie Falco 78ec5ccdbc Restructure joyent message parser (from Node.js):
* New http::raw_parser wrapper
* Convert parser errors to error_code
* Enumeration and strings for parsed HTTP method
* Move parser engine into joyent namespace
* Rename includes to be distinct
2014-03-19 10:41:24 -07:00
..
2014-02-05 15:53:16 -08:00
2014-03-14 08:03:48 -07:00
2014-03-14 08:03:48 -07:00
2014-03-14 08:03:48 -07:00
2014-01-10 22:54:00 -08:00
2014-02-05 15:53:16 -08:00
2014-03-14 08:03:48 -07:00
2014-03-14 08:03:48 -07:00

beast::asio

Wrappers and utilities to make working with boost::asio easier.

Rules for asynchronous objects

If an object calls asynchronous initiating functions it must either:

1. Manage its lifetime by being reference counted

or

2. Wait for all pending completion handlers to be called before
   allowing itself to be destroyed.