Changeset 51111

Timestamp:
Feb 8, 2009, 9:10:43 PM (14 years ago)
Author:
viboes
Message:

interthreads version 0.4

  • New free functions for all the AsynchronousCompletionToken operations, providing a higher degree of freedom.
  • Missing have_all_values(), have_all_exception() and are_all_ready() functions on AsynchronousCompletionToken fusion tuples.
  • get_all: getting all the values from a tuple of AsynchronousCompletionToken works now.
  • fork_after overloaded for a single dependency
  • wait_all overloaded for a single ACT.
  • wait_for_all evaluate one of its elements on the current thread
  • No need to use wait_and_get() on thread_specific_shared_ptr<> to synchronize with the decoration if the thread is created using a AsynchronousExecutor decorator. In this case the synchro is done before returning the AsynchronousCompletionToken. See the tutorial and the mono_thread_id example.
(No files)

Note: See TracChangeset for help on using the changeset viewer.