Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名 .net 开发人员,这些天我正在使用 monodroid。我在单声道机器人中找到了 Task 类。我不确定 monodroid 是如何实现它的。我猜它在Java中使用线程池,对吗?如果有任何文章供我阅读,我将不胜感激。
谢谢,霍华德
不,MonoDroid 不使用 Java 中的线程池。查看Mono中System.Threading.Tasks的实现。