Implementation of Task in monodroid
I'm a .net developer and I'm using monodroid these days. I found Task class in the mono droid. I'm not sure how does monodroid implement it. I guess it uses thread pool in Java, am I right? I appreciate if there is any article for me 开发者_如何学Goto read.
Thanks, Howard
No, MonoDroid does not use the threadpool in Java. Check out the implementation of System.Threading.Tasks in Mono.
精彩评论