lib/core: add low-level byte writing method
authorLucas Bajolet <lucas.bajolet@gmail.com>
Tue, 1 May 2018 21:36:06 +0000 (17:36 -0400)
committerLucas Bajolet <lucas.bajolet@gmail.com>
Fri, 4 May 2018 15:23:47 +0000 (11:23 -0400)
commitd67eec04f864435c17764c304a16602d6af57789
treec3dc7697eb964199bdf50db5e6b789d20b26f852
parent22903a1274f2e946d2be60f32188d656597f9898
lib/core: add low-level byte writing method

Akin to the read without overhead, this commit adds a low-level service
to write bytes to a Writer stream.

Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com>
lib/core/file.nit
lib/core/stream.nit
lib/libevent.nit
lib/socket/socket.nit
lib/websocket/websocket.nit