URL:
  <http://gna.org/task/?5725>

                 Summary: Submission of DThread
                 Project: Gna! Administration
            Submitted by: droggen
            Submitted on: Tuesday 01/15/2008 at 10:32
                  Status: None
         Approval Status: None
         Should Start On: Tuesday 01/15/2008 at 00:00
   Should be Finished on: Friday 01/25/2008 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

A new project has been registered at Gna! 
This project account will remain inactive until a site admin approves or
discards the registration.


= Registration Administration =

While this item will be useful to track the registration process, *approving
or discarding the registration must be done using the specific Group
Administration <https://gna.org/siteadmin/groupedit.php?group_id=2521> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://gna.org/siteadmin/groupedit.php?group_id=2521>


= Registration Details =

* Name: *DThread*
* System Name:  *dthread*
* Type: Programs
* License: Modified BSD License

----

==== Description: ====
This library provides a simple thread wrapper class for pthreads 
        
DThread is a an abstract base class which wraps thread functionality.
Thread-enabled classes must be derived from DThread. They must redefine the
Run method which is the thread entry point.

DThread also provides a mutex for shared data access serialization.
        
Threads are joinable, with deferred cancellation. DThread Usage patterns are
indicated in the header.
        
Heavy asserts are used to catch class misuse - better a hard failure than
sleazy bugs.







    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?5725>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Register mailing list
[email protected]
https://mail.gna.org/listinfo/register

Reply via email to