mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
chore: add multi-threading opportunity notice
This commit is contained in:
parent
4dedfb85cb
commit
64020eec49
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class BytecodeContext internal constructor(private val options: PatcherOptions)
|
|||
|
||||
logger.info("Merging integrations")
|
||||
|
||||
// TODO: Multi-thread this.
|
||||
this@Integrations.forEach { integrations ->
|
||||
MultiDexIO.readDexFile(
|
||||
true,
|
||||
|
|
Loading…
Reference in a new issue