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

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


Detailed Description

Task scheduling policies.

This file contains some fundamental scheduling policies for the pool class. A scheduling policy is realized by a task container which controls the access to the tasks. Fundamentally the container determines the order the tasks are processed by the thread pool. The task containers need not to be thread-safe because they are used by the pool in thread-safe way.

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 scheduling_policies.hpp.

Go to the source code of this file.

Namespaces

namespace  boost
namespace  boost::threadpool

Classes

class  boost::threadpool::fifo_scheduler< Task >
 SchedulingPolicy which implements FIFO ordering. More...
class  boost::threadpool::lifo_scheduler< Task >
 SchedulingPolicy which implements LIFO ordering. More...
class  boost::threadpool::prio_scheduler< Task >
 SchedulingPolicy which implements prioritized ordering. More...

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

Hosted by SourceForge.net Logo