modifyMVar
A slight variation on modifyMVar_ that allows a value to be returned (b) in addition to the modified value of the MVar.
A safe wrapper for modifying the contents of an MVar. Like withMVar, modifyMVar will replace the original contents of the MVar if an exception is raised during the operation.