take

Function take 

Source
pub fn take(request_id: &str) -> Option<AuthCallback>
Expand description

Pop the callback for request_id. Returns None if it was already resolved (e.g. submit + cancel race) or never existed.