Flag the Static Variables as unsafe. Sometimes using global static mutable variables in multi-threaded code can be dangerous, so consider using std::sync::Mutex ...
確定! 回上一頁