Hacker News new | ask | show | jobs
by icedchai 1546 days ago
I wouldn't bother with async unless there's a solid reason. Most Java libraries assume a standard, synchronous model and Java threads are relatively cheap these days. There's no point in going against the grain.