Livejournal
Log in
Post
Friends
My journal
kobalt
Some concurrency idioms in Java SE5/6
Feb 25, 2008 22:19
Before: Thread creation
Now:
Executor
,
Callable
,
Future
Before: Timer
Now:
ScheduledThreadPoolExecutor
.
programming
,
java
Leave a comment
Previous post
Next post
Up