Declarations
Public Only
namespace std
namespace concurrent
func hardware_threads() : usize
func spawn_native(entry : func(*void) : *void, arg : *void) : usize
func join_native(h : usize) : void
func join(self : &Thread) : void
func spawn(entry : func(*void) : *void, arg : *void) : Thread
just a wrapper around pool data that automatically
func submit_void(self : &ThreadPool, f : function<func() : void>) : void
func delete(self : &ThreadPool) : void
func create_pool(n : uint) : ThreadPool