Commit cc6b5e35 authored by Linshizhi's avatar Linshizhi

Add getResult() to paraEncoder.

parent de6f030f
...@@ -62,4 +62,8 @@ export class ParaEncoder { ...@@ -62,4 +62,8 @@ export class ParaEncoder {
return this.#grp.isDone(); return this.#grp.isDone();
} }
async getResult() {
return this.#grp.getResult();
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment