Changeset 1384:f9722de694c5


Ignore:
Timestamp:
10/22/09 08:16:35 (2 years ago)
Author:
niam
Branch:
default
Message:

updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/main

    r1363 r1384  
    3333 * pc stands for parallel computation and defines needed tools for this purpose 
    3434   * sync handles synchronization mechanisms between asynchronous events such as threads or processes 
    35      * data provides access synchronization interface 
    36        * single interface provides access synchronization for single data entry 
    37        * collection interface provides access synchronization for collection of entries 
    38      * section provides access synchronization interface for program flow 
    39    * job subsystem provides manager interface as an abstraction of asynchronous program flow management 
    40      process::manager and thread::manager are helper interfaces for handling processes and threads management accordingly 
     35     * data provides data access synchronization interface 
     36       * object interface provides access synchronization for single data entry 
     37     * protector is an abstraction interface for execution flow synchronization 
     38     * process and thread are synchronization helpers 
     39     * stack provides easy interface for access synchronization of code sections 
     40   * execution subsystem provides abstraction of asynchronous program flow management 
     41     * process and thread are helper interfaces for handling processe and thread management accordingly 
     42     * manager is a helper interface to handle set of jobs 
    4143 * rpc provides interface for remote procedure calls 
    4244   client interface serves for client-side connection and server is for handling server-side  
Note: See TracChangeset for help on using the changeset viewer.