2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2021-02-20 00:09:06 +03:00
parent e6a28da68d
commit 0efb266c2a
14 changed files with 1458 additions and 905 deletions

View File

@ -48,6 +48,11 @@ export default class DistributedResource extends IResource
this._p.attached = false;
}
trigger(type)
{
return new AsyncReply(true);
}
constructor(connection, instanceId, age, link)
{
super();