2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-04 05:58:22 +00:00
This commit is contained in:
2021-02-22 01:59:13 +03:00
parent e148a64008
commit bdad010c81
11 changed files with 348 additions and 194 deletions

View File

@@ -26,6 +26,8 @@
"use strict";
import AsyncBag from '../Core/AsyncBag.js';
import AsyncReply from '../Core/AsyncReply.js';
import IDestructible from '../Core/IDestructible.js';
export const ResourceTrigger =
@@ -43,7 +45,7 @@ export default class IResource extends IDestructible
{
trigger(trigger)
{
return new AsyncReply(true);
}
constructor()