问题标签 [active-objects]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
41 问题
0
投票
1
回答
57
浏览
java - 仿线程池不能正常工作
我一直在尝试使用 Active Objects 进行线程池的简单实现。
这是我的主要内容:
shutdown 方法通常首先通过 Main 调用,因此会不必要地保持活动对象“活动”,但有时我会得到想要的结果。知道为什么结果存在不确定性吗?
您可以在下面看到其余的课程: