savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #9339] Submission of General Purpose Th


From: Kian Karas
Subject: [Savannah-register-public] [task #9339] Submission of General Purpose Threading Model
Date: Sat, 25 Apr 2009 16:31:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.04 (hardy) Firefox/3.0.9

URL:
  <http://savannah.gnu.org/task/?9339>

                 Summary: Submission of General Purpose Threading Model
                 Project: Savannah Administration
            Submitted by: karas
            Submitted on: Sat 25 Apr 2009 04:30:59 PM GMT
         Should Start On: Sat 25 Apr 2009 12:00:00 AM GMT
   Should be Finished on: Tue 05 May 2009 12:00:00 AM GMT
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
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://savannah.gnu.org/siteadmin/groupedit.php?group_id=10217> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10217>


= Registration Details =

* Name: *General Purpose Threading Model*
* System Name:  *gptm*
* Type: non-GNU software & documentation
* License: GNU General Public License v2 or later

----

==== Description: ====
GPTM is a C++ library for inter thread communication.

The library enables the user to make asynchronous or synchronous function
calls between running threads without the need of defining any "message".
In the client thread, one specifies the function at a serving thread and the
library will have the compiler generate the necessary message to hold all
arguments to pass to the function. The message generated by the library
template functions will include a function object that can self dispatch and
call the function in the server thread and in context of the server thread.
Defining POD message types and switching on message identifiers is now
history!

call_async(
  server_context,
  make_functor(&server_foo, arg1, arg2));


==== Tarball URL: ====
http://savannah.gnu.org/submissions_uploads/gptm.tar.gz






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?9339>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]