threading共3篇
Java Thread Programming (Part 1)-拾光赋

Java Thread Programming (Part 1)

Java Thread Programming (Part 1),This article was first published in Foojay.io What is a Thread? We write code in a file line by line, and then it gets executed. To be able to exec...
kity的头像-拾光赋kity4年前
03112
BlockingQueue and ExecutorService-拾光赋

BlockingQueue and ExecutorService

BlockingQueue and ExecutorService,This is a quick and dirty post, but I have promised to publish everything I research at Playtomic. We were having a discussion about how to limit ...
kity的头像-拾光赋kity6年前
0236
RxJava - Make your Async Task Synchronous-拾光赋

RxJava - Make your Async Task Synchronous

RxJava - Make your Async Task Synchronous,In Android framework, We have to do all the time consuming work in background thread. It sounds easy but believe me implementation is pa...
kity的头像-拾光赋kity6年前
04711