Updated function names to match convention. Also added receiveComplete()
to prepare for the fact that a TCP receive may require multiple reads
before the complete message is read.
Admin tasks:
* Split out io_error.h from asiolink.h
* Made test files follow naming convention of main files
* More discriminatory includes in some files
* Updates tests/Makefile.am
Coding tasks:
* Add additional methods to io_socket.* and put in dummies in
{tcp,udp}_socket.h
* Incorporated basic IO Fetch code from Scott
and moved them out of internal. Changed the internal/ workaround (to prevent files outside of asiolink/ to indirectly include asio.hpp), the .cc files that include the relevant headers must include asio.hpp themselves (and this is checked in the headers)
Also moved coroutine out of internal.
Tests are still todo (which is why internal/ still exists)