mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-13 02:14:27 +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")
|
logger.info("Merging integrations")
|
||||||
|
|
||||||
|
// TODO: Multi-thread this.
|
||||||
this@Integrations.forEach { integrations ->
|
this@Integrations.forEach { integrations ->
|
||||||
MultiDexIO.readDexFile(
|
MultiDexIO.readDexFile(
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in a new issue