final class ConcurrencyCheck implements CheckInterface

Tests Redis atomicity under concurrent coroutine operations.

Methods

void
setOutput(OutputInterface $output)

No description

string
name()

Get the human-readable name of this check.

run(DoctorContext $context)

Run the check and return results.

Details

at line 23
void setOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output

Return Value

void

at line 28
string name()

Get the human-readable name of this check.

Return Value

string

at line 33
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult