Skip to content

Commit

Permalink
Merge pull request #1012 from nelsonvega/patch-1
Browse files Browse the repository at this point in the history
Update queue.md
  • Loading branch information
drewnoakes authored Apr 1, 2022
2 parents a410496 + d8d42d6 commit dc15b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Producers call `Enqueue(T)`.

This class can eliminate boilerplate code associated with marshalling operations onto a single thread.

```csharp
``` csharp
using (var queue = new NetMQQueue<ICommand>())
using (var poller = new NetMQPoller { queue })
{
Expand Down

0 comments on commit dc15b2d

Please sign in to comment.