Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/multithreading/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Multithreading OpenEdge中的多线程_Multithreading_Openedge_Progress 4gl - Fatal编程技术网

Multithreading OpenEdge中的多线程

Multithreading OpenEdge中的多线程,multithreading,openedge,progress-4gl,Multithreading,Openedge,Progress 4gl,OpenEdge中是否有类似多线程的概念?如果是的话,请给我简要介绍一下 我想在OpenEdge中创建一个蛇游戏。为此,用户必须控制对象,但一旦应用程序启动,那里就没有可用的用户交互 到目前为止,多线程在OpenEdge中尚不可用。有很多关于这个的链接。以下是其中两项: Asnyc AppServer调用是最接近您的调用。对于“snake”,您不需要多线程

OpenEdge中是否有类似多线程的概念?如果是的话,请给我简要介绍一下


我想在OpenEdge中创建一个蛇游戏。为此,用户必须控制对象,但一旦应用程序启动,那里就没有可用的用户交互

到目前为止,多线程在OpenEdge中尚不可用。有很多关于这个的链接。以下是其中两项:


Asnyc AppServer调用是最接近您的调用。

对于“snake”,您不需要多线程