国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

coroutine

coroutine

美 [k?ru'tin]  英 [k?ru:'ti:n]

  • n.聯立程序;協(xié)同程序
  • 網絡協(xié)程;協(xié)同例程;共行程序

英漢解釋

n.
1.
聯立程序
2.
協(xié)同程序

例句

Threads do not start when created; instead, a co-routine is started after the fact, using coroutine. resume(t), where t is a thread.

線程不會創(chuàng)建啟動相反創(chuàng)建之后使用coroutine.resume(t啟動其中t就是一個線程

As before, of course, we don't have to rewrite both routines using the coroutine macros. One will suffice; the other can be its caller.

以前當然我們需要不得不重寫兩個代碼這個協(xié)程宏一個夠了另外一個調用

Another interesting development is the work on coroutine support for MLVM (and perhaps eventually for JVM proper).

另一個有趣東西針對MLVM也許最終針對JVM本身協(xié)支持工作

Goroutines are lightweight parallel paths of program execution similar to threads, coroutines, or processes.

Goroutine輕量級并行程序執(zhí)行路徑線程coroutine或者進程類似

A thread is a co-routine created by calling the built-in function coroutine. create(f), where f is a Lua function.

線程通過調用內嵌函數coroutine.create(f創(chuàng)建一個協(xié)同(co-routine),其中f一個Lua函數

The current API for coroutines does not offer direct support for reusing a coroutine, but we can circumvent this limitation.

當前協(xié)API并不直接支持重用協(xié)但是我們繞過這個限制

In order to create a scheduler for weightless threads (microthreads), I removed the coroutine logic for "please branch to here. "

為了創(chuàng)建一個輕便線程線程調度程序刪除協(xié)作程序邏輯pleasebranchtohere”。