This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  b28464c0096c7b8407c0617d5d5cd01ebb1a571a (commit)
      from  b31ad7f676bfedbb891ede23b5a6239f653660bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b28464c0096c7b8407c0617d5d5cd01ebb1a571a
Author: Petr Pudlak <[email protected]>
Date:   Fri Oct 17 13:39:44 2014 +0200

    Expose results of asynchronous actions using a data type
    
    Previously waiting for the result of a call to an asynchronous worker
    was tied to triggering the action. This patch adds a data type that
    allows waiting and retrieving the result any time later (or never).
    
    In particular, this allows functions that modify the lock set or the
    configuration to return the Async data type, letting the caller trigger
    different workers in parallel and decide if for what results to wait and
    when.
    
    This separation also slightly cleans the internal implementation.
    
    Signed-off-by: Petr Pudlak <[email protected]>
    Reviewed-by: Klaus Aehlig <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 src/Ganeti/Utils/AsyncWorker.hs |   76 ++++++++++++++++++++++++++++++++------
 1 files changed, 64 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to