Class: Quark::MdkRuntime::Actors::QuarkRuntimeLaterCaller
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
Returns a new instance of QuarkRuntimeLaterCaller.
346
347
348
349
350
|
# File 'lib/mdk_runtime/actors.rb', line 346
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
390
391
392
393
394
|
# File 'lib/mdk_runtime/actors.rb', line 390
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
369
370
371
372
373
374
|
# File 'lib/mdk_runtime/actors.rb', line 369
def _getClass()
return "mdk_runtime.actors._QuarkRuntimeLaterCaller"
nil
end
|
#_getField(name) ⇒ Object
376
377
378
379
380
381
|
# File 'lib/mdk_runtime/actors.rb', line 376
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
383
384
385
386
387
388
|
# File 'lib/mdk_runtime/actors.rb', line 383
def _setField(name, value)
nil
nil
end
|
#runAll ⇒ Object
362
363
364
365
366
367
|
# File 'lib/mdk_runtime/actors.rb', line 362
def runAll()
nil
nil
end
|
#schedule(t) ⇒ Object
355
356
357
358
359
360
|
# File 'lib/mdk_runtime/actors.rb', line 355
def schedule(t)
::Quark.quark.concurrent.Context.runtime().schedule(t, 0.0)
nil
end
|