SpiceQA
Questions
Tags
Users
Badges
lazy-static
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
SQLx MySQL connection with lazy_static cannot be sent between threads safely
user_17863283
0
•
asked Jun 20, 2022
2
1
212
lazy-static
rust-sqlx
rust
mysql
Are there still reasons to use lazy_static?
user_15602349
0
•
asked Oct 10, 2021
5
2
1673
lazy-static
rust
How do I free memory in a lazy_static?
user_16490996
0
•
asked Aug 20, 2021
3
2
511
lazy-static
rust
memory
Define a static boolean in Rust from std::env::consts::OS=="windows"
user_796940
0
•
asked Jan 16, 2021
3
1
278
lazy-static
rust
global
static
boolean
How to insert a String variable to a global mutable HashMap(using lazy_static and Mutex) without causing "does not live long enough" problem?
user_13207775
0
•
asked Jan 13, 2021
3
1
451
lazy-static
rust
mutex
The initialization function is called twice in a `lazy_static` block
user_9638272
0
•
asked Dec 20, 2020
3
1
258
lazy-static
rust
singleton
Translating Cpp to Rust, handling a global static object
user_12242871
0
•
asked Oct 15, 2020
2
2
313
lazy-static
rust
global
static
c++
Return a reference to a T inside a lazy static RwLock<Option<T>>?
user_2200659
0
•
asked Aug 8, 2020
4
2
794
lazy-static
readwritelock
rust
alternative to using 'await' with lazy_static! macro in rust?
user_6493611
0
•
asked Jun 12, 2020
5
3
1961
lazy-static
rust
mongodb
asynchronous
How can return a reference to an item in a static hashmap inside a mutex?
user_1057796
0
•
asked Jun 11, 2020
3
2
646
lazy-static
rust
1
(current)
Hot Questions