Module kernel::process_checker
source · [−]Expand description
Traits and types for application credentials checkers, used to decide whether an application can be loaded. See
Modules
Sample implementations of application credentials checkers, used
to decide whether an application can be loaded. See
Enums
What a AppCredentialsChecker decided a particular application’s credential
indicates about the runnability of an application binary.
Traits
Implements a Credentials Checking Policy.
Whether two processes have the same Application Identifier; two
processes with the same Application Identifier cannot run concurrently.
Receives callbacks on whether a credential was accepted or not.
Transforms Application Credentials into a corresponding ShortID.
Functions
Return whether there is a currently running process that has
the same application identifier as
process
OR the same short
ID as process
. This means that if process
is currently
running, has_unique_identifier
returns false.