Package me.topchetoeu.j2s.runtime
Interface EventLoop
- All Known Implementing Classes:
Engine
public interface EventLoop
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EventLoop
get
(me.topchetoeu.j2s.common.Environment ext) pushMsg
(boolean micro, me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String raw, Value thisArg, Value... args) pushMsg
(boolean micro, me.topchetoeu.j2s.common.Environment env, FunctionValue func, Value thisArg, Value... args) <T> Future<T>
-
Field Details
-
KEY
-
-
Method Details
-
get
-
pushMsg
-
pushMsg
-
pushMsg
default Future<Value> pushMsg(boolean micro, me.topchetoeu.j2s.common.Environment env, FunctionValue func, Value thisArg, Value... args) -
pushMsg
-