Skip to content

Commit

Permalink
Removes done items from TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
blabaere committed Apr 12, 2017
1 parent 758f8c6 commit 34c8593
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TODO.md
@@ -1,5 +1,3 @@
Use iovec for send msg operations ? For example send an iovec of three slices (transport header, protocol header, payload)

Taken from the source: https://github.com/carllerche/mio/blob/getting-started/doc/getting-started.md
Important: Even if we just received a ready notification, there is no guarantee that a read from the socket will succeed and not return Ok(None), so we must handle that case as well.
That sounds pretty bad, maybe this case should be handled, whenever an operation is started,
Expand Down

0 comments on commit 34c8593

Please sign in to comment.