lpxxn / rust-design-pattern

rust design patterns
Mozilla Public License 2.0
1.35k stars 110 forks source link

No Mutex needed in singleton.rs #13

Closed lengyijun closed 3 years ago

lengyijun commented 3 years ago

In a single thread, there is no need to use Mutex.