Files
rippled/beast/asio
Howard Hinnant 845c9f8a51 Change typedef to using.
Conflicts:
	src/ripple/app/TODO.md
	src/ripple/app/ledger/Ledger.h
	src/ripple/protocol/Protocol.h
2015-05-22 11:09:50 -07:00
..
2015-05-22 11:09:50 -07:00
2015-02-24 12:33:59 -05:00
2015-05-22 11:09:50 -07:00
2014-03-14 08:03:48 -07:00
2015-02-18 13:31:18 -05:00
2014-12-18 10:26:55 -08: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.