Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacasalino committed Mar 29, 2024
1 parent 1d0c260 commit b5f1c91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ These are the most notable characteristics of **MinimalSocket**:

TODO

| Command | Description |
| --- | --- |
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
| | Blocking Behaviour | Non Blocking Behaviour, functions return immediately |
| --- | --- | --- |
| accepting of a new client (tcp only) | caller thread is absorbed till a new client actually asks to connect | if a connection request from a client was already queued before calling the accept function, a new connection handler is returned, otherwise a nullopt is returned. |

## USAGE

Expand Down

0 comments on commit b5f1c91

Please sign in to comment.