pub fn get_shared_val(name: &str) -> String
👎 Deprecated since 0.6.0:

Use Mutex or RwLock instead. They have better APIs than this. Will be removed in 0.7.0

Expand description

Gets a shared value (temp file in /tmp or .cache)

Value must be a string value