Skip to content

fusesource/hawtdispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bd0a7b · Apr 26, 2016
May 7, 2014
Feb 12, 2013
May 7, 2014
May 7, 2014
May 10, 2014
Apr 26, 2016
Jun 16, 2015
Feb 1, 2012
Nov 29, 2011
Dec 10, 2013
Jan 23, 2014
Mar 9, 2010
Jan 20, 2011
Apr 26, 2016
Oct 1, 2014
Dec 10, 2013

Repository files navigation

HawtDispatch

Synopsis

HawtDispatch is a small ( less than 100k ) thread pooling and NIO handling framework API modeled after the libdispatch API. libdispatch is the API that Apple created to power the Grand Central Dispatch (GCD) technology in OS X. It allows you to more easily develop multi-threaded applications which can more easily scale to take advantage of all the processing cores on your machine. At the same time, its development model simplifies solving many of the problems that plague multi-threaded NIO development.

Resources

Building from Source

Prerequisites:

In the this directory, run:

mvn install