Skip to content

Commit

Permalink
improving comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Feb 12, 2025
1 parent 5a5c94f commit 003e109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/waku_thread/waku_thread.nim
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ proc sendRequestToWakuThread*(

# This lock is only necessary while we use a SP Channel and while the signalling
# between threads assumes that there aren't concurrent requests.
# Rearchitecting the signaling + migrating to a MP Channel will allow us receive
# Rearchitecting the signaling + migrating to a MP Channel will allow us to receive
# requests concurrently and spare us the need of locks
ctx.lock.acquire()
## Sending the request
Expand Down

0 comments on commit 003e109

Please sign in to comment.