stratum-mining/stratum

make safe look safer

Open

#476 opened on Mar 5, 2023

 (11 comments) (0 reactions) (1 assignee)Rust (200 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (350 stars)
PR merge metrics
 (PR metrics pending)

Description

roles_logic_sv2::Mutex::safe_lock should accept only closures that can not panic (this https://github.com/dtolnay/no-panic can be a good starting point).

The Error::PoisonLock variant must be removed from every Error that have it.

Contributor guide