Skip to content

Commit

Permalink
Send client along with completed workunit (may go with previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcr committed May 27, 2012
1 parent ae22147 commit df47570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.rkt
Expand Up @@ -196,6 +196,7 @@
(send (list 'workunit-complete
key
(workunit-status wu) ;; may be error, for ex
(workunit-client wu)
(workunit-result wu))))))]
[(list 'complete-workunit! key error? result)
(if error?
Expand Down

0 comments on commit df47570

Please sign in to comment.