Closed stlankes closed 1 year ago
By using the lock_api the spin::Mutex in Talck can be replaced by any other lock implementation.
lock_api
spin::Mutex
Looks good! Thanks.
By using the
lock_api
thespin::Mutex
in Talck can be replaced by any other lock implementation.