中国开发网: 论坛: 程序员情感CBD: 贴子 258843
pcplayer: 哦,应该是这个了。我以为你说的Fiber是个什么架构呢。
A fiber is a unit of execution that must be manually scheduled by the application. Fibers run in the context of the threads that schedule them. Each thread can schedule multiple fibers. In general, fibers do not provide advantages over a well-designed multithreaded application. However, using fibers can make it easier to port applications that were designed to schedule their own threads.

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录