EventDriverCore.runInOwnerThread

Executes a callback in the thread owning the driver.

  1. void runInOwnerThread(ThreadCallbackGen fun, ThreadCallbackGenParams params)
  2. void runInOwnerThread(void function(ARGS) @(safe) nothrow fun, ARGS args)
    interface EventDriverCore
    final shared
    void
    runInOwnerThread
    (
    ARGS...
    )
    (
    void function
    (
    ARGS
    )
    @safe nothrow
    fun
    ,
    ARGS args
    )
    if (
    ARGS.length != 1 ||
    )

Meta