Mutex::into_inner
Add `Mutex::into_inner` method that consumes mutex and return underlying value. Fixes: #2211