bgsynchronizer.cl

来自「Visual Prolog 7.1的一些学习资料,希望对您有用」· CL 代码 · 共 32 行

CL
32
字号
/*****************************************************************************

                        Copyright (c) Prolog Development Center A/S

******************************************************************************/

class bgSynchronizer
    open core

    predicates
        startJob : (bgJob Job) -> thread JobThread.

    predicates
        postRunnable : (runnable Runnable).

    predicates
        postResult : (bgResult Result).

    predicates
        write : (...).
        writef : (string Format, ...).

    predicates
        tryHandleEvent : (vpiDomains::event Event) determ (i).

    predicates
        classInfo : core::classInfo.
        % @short Class information  predicate.
        % @detail This predicate represents information predicate of this class.
        % @end

end class bgSynchronizer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?