EventDriverCore.runInOwnerThread

Executes a callback in the thread owning the driver.

  1. void runInOwnerThread(ThreadCallbackGen fun, ThreadCallbackGenParams params)
    interface EventDriverCore
    shared @safe nothrow
    void
    runInOwnerThread
  2. void runInOwnerThread(void function(ARGS) @(safe) nothrow fun, ARGS args)

Meta