Skip to content

Commit

Permalink
Update socketloop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Nov 21, 2017
1 parent a03b84a commit 92da661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions socketloop.md
Expand Up @@ -6,8 +6,8 @@ tagline: TCP sockets with coroutines

A socket loop enables coroutine-based asynchronous I/O programming model for
[TCP sockets][TCP socket]. The concept is similar to [Copas], the API and the
implementation are different. Supports both symmetric and asymmetric
coroutines.
implementation are different. Supports both symmetric and [asymmetric
coroutines][coro].

[Copas]: http://keplerproject.github.com/copas/

Expand Down

0 comments on commit 92da661

Please sign in to comment.