1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

[refactor] Create helper struct Mutex (with double-lock detection)

This commit is contained in:
Emil Ernerfeldt
2020-10-14 00:29:11 +02:00
parent c2a0705c6f
commit 570860ec5f
7 changed files with 82 additions and 41 deletions

View File

@@ -6,7 +6,7 @@ pub mod webgl;
pub use backend::*;
use parking_lot::Mutex;
use egui::mutex::Mutex;
use std::sync::Arc;
use wasm_bindgen::prelude::*;