Function fftw3::lock::run
[-]
[+]
[src]
pub fn run<A>(f: || -> A) -> A
Run the given closure inside the critical section of the FFTW lock.
pub fn run<A>(f: || -> A) -> A
Run the given closure inside the critical section of the FFTW lock.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).