threadpool Overview | Reference | Tutorial | Examples | Design
Reference Class List | Member Functions | Typedefs | File List

c:/Source/threadpool/boost/threadpool/future.hpp File Reference


Detailed Description

TODO.

TODO.

Copyright (c) 2005-2007 Philipp Henkel

Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

http://threadpool.sourceforge.net

Definition in file future.hpp.

Go to the source code of this file.

Namespaces

namespace  boost
namespace  boost::threadpool

Classes

class  boost::threadpool::future< Result >
 Experimental. Do not use in production code. TODO. More...

Functions

template<class Pool, class Function>
disable_if< is_void< typename
result_of< Function() >::type >,
future< typename result_of<
Function() >::type >>::type 
boost::threadpool::schedule (Pool &pool, const Function &task)

Copyright © 2005-2008 Philipp Henkel Overview | Reference | Tutorial | Examples | Design

Hosted by SourceForge.net Logo