futures: Fix potential deadlock.
authorLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 16:37:02 +0000 (17:37 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 22:45:24 +0000 (23:45 +0100)
commit691a1c3c06f6930cc6d89c6630d9bb4343e84f5d
tree10219949543c4d38d8304436a8b94e7482d30d66
parent70249b98575f3e04d5058f18682d5bd242cb6710
futures: Fix potential deadlock.

* module/ice-9/futures.scm (process-futures): Fix potential deadlock,
  whereby %FUTURES-MUTEX would be acquired *after* FUTURE's mutex.
module/ice-9/futures.scm