Skip to content

Commit

Permalink
(#102) FileCache: drop redundant rec
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 28, 2022
1 parent fb5dc3a commit a58f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulsion.ContentProxy/FileCache.fs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ type FileCache(logger: ILogger,
return result
}

let rec processLoop(processor: MailboxProcessor<_ * AsyncReplyChannel<_>>) = async {
let processLoop(processor: MailboxProcessor<_ * AsyncReplyChannel<_>>) = async {
while true do
let! request, replyChannel = processor.Receive()
try
Expand Down

0 comments on commit a58f54e

Please sign in to comment.