Class: Quark::MdkRuntime::Actors::QuarkRuntimeLaterCaller

Inherits:
DatawireQuarkCore::QuarkObject show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/mdk_runtime/actors.rb

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Methods inherited from DatawireQuarkCore::QuarkObject

#to_s

Constructor Details

#initializeQuarkRuntimeLaterCaller

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

#_getClassObject



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

#runAllObject



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