Copyright © (C) 2011, 2014 Sven Heyll
Behaviours: gen_server.
Authors: Sven Heyll (sven.heyll@gmail.com).
enqueue_and_wait/2 | Checks for the ERLYMOCK_COMPILED module attribute on the given modules and marks the modules as "locked". |
handle_cast/2 | |
lock_immediately/2 | Atomically lock a global record on any module. |
enqueue_and_wait(MockPid::pid(), Mods::[module()]) -> ok
Checks for the ERLYMOCK_COMPILED module attribute on the given modules and marks the modules as "locked".
handle_cast(Request, State) -> any()
lock_immediately(MockPid::pid(), Mods::[module()]) -> ok
Atomically lock a global record on any module
Generated by EDoc