Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehabhussein authored Aug 5, 2020
1 parent c617f7c commit b9dcb3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,11 +649,11 @@ stop the thread incharge of communicating with the host machine
****


In [55]: x.startQueuewrite()
In [56]: x.hostwrite("AAAA")
In [56]: x.hostwrite("BBBB")
In [55]: agfs.startQueuewrite()
In [56]: agfs.hostwrite("AAAA")
In [56]: agfs.hostwrite("BBBB")

In [57]: x.stopQueuewrite()
In [57]: agfs.stopQueuewrite()

```

Expand Down

0 comments on commit b9dcb3f

Please sign in to comment.