PropCheck.Instrument.instrumentable_function
You're seeing just the function
instrumentable_function
, go back to PropCheck.Instrument module for more information.
Specs
instrumentable_function( {:atom, any(), mod :: module()}, {:atom, any(), fun :: atom()} ) :: boolean()
Checks if the given function is a candidate for instrumentation, i.e. does something interesting with respect to concurrency. Examples are process handling, handling of shared state or sending and receiving messages.