mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-28 15:21:33 +00:00
New aqua (#969)
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import {Service} from "./callService";
|
||||
import {Service} from "./service";
|
||||
import {Particle} from "./particle";
|
||||
|
||||
// TODO put state with wasm file in each created FluenceClient
|
||||
@ -30,7 +30,7 @@ export function setCurrentParticleId(particle: string | undefined) {
|
||||
currentParticle = particle;
|
||||
}
|
||||
|
||||
export function addParticle(particle: Particle): void {
|
||||
export function enqueueParticle(particle: Particle): void {
|
||||
particlesQueue.push(particle);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user