Function lock

pub fn lock() -> Result<(), FltkError> 
Available on crate feature dep_fltk only.
Expand description

Locks the main UI thread

§Errors

Returns FailedToLock if locking is unsupported. This is fatal to the app