parseLockable()
parseLockable(object $object, string $method, array $args, \Imi\Lock\Annotation\Lockable $lockable, callable $taskCallable, callable $afterLock = null) : mixed
处理 @Lockable 注解
Parameters
| object | $object | |
| string | $method | |
| array | $args | |
| \Imi\Lock\Annotation\Lockable | $lockable | |
| callable | $taskCallable | |
| callable | $afterLock |