Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Feb 16, 2024
1 parent d2ffbed commit d8991fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fsdk/Process.fs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module Process =
let myTicket = Interlocked.Increment ticketsCount
Monitor.Enter innerLock

while myTicket <> Volatile.Read ticketToRide do
while myTicket <> ticketToRide.Value do
Monitor.Wait innerLock |> ignore

member __.Exit() =
Expand Down

0 comments on commit d8991fd

Please sign in to comment.