fun processPackageIndexRequests()

in app/src/main/kotlin/io/klibs/app/job/ProcessPackageIndexRequestJob.kt [17:22]


    fun processPackageIndexRequests() {
        LockAssert.assertLocked();
        while (packageIndexingService.processPackageQueue()) {

        }
    }