Changeset 1384:f9722de694c5
Legend:
- Unmodified
- Added
- Removed
-
docs/main
r1363 r1384 33 33 * pc stands for parallel computation and defines needed tools for this purpose 34 34 * 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 41 43 * rpc provides interface for remote procedure calls 42 44 client interface serves for client-side connection and server is for handling server-side
Note: See TracChangeset
for help on using the changeset viewer.
