úÎ=Ã;(      !"#$%&'None .0136CQV×($A message to cancel Async operationsjRepresents the result of an asynchronous action, which can be in one of several states at any given time.!a completed action and its result&a failed action and the failure reasona link failure and the reasona cancelled action(a pending action (that is still running)&A task to be performed asynchronously. the task to be performed 8the serializable dict required to spawn a remote process 0the node on which to spawn the asynchronous task :the task to be performed, wrapped in a closure environment 0An handle for an asynchronous action spawned by async¯. Asynchronous operations are run in a separate process, and operations are provided for waiting for asynchronous actions to complete and obtaining their results (see e.g. wait).CHandles of this type cannot cross remote boundaries, nor are they  Serializable.%A reference to an asynchronous action() *+,-() *+,-(c) Tim Watson 2012BSD3 (see the file LICENSE)%Tim Watson <watson.timothy@gmail.com> experimental#non-portable (requires concurrency)None.9ÕWraps a regular  Process a as an .2Wraps the components required and builds a remote . Given an  $ handle, monitor the worker process.¬Spawns an asynchronous action and returns a handle to it, which can be used to obtain its status and/or result or interact with it (using the API exposed by this module).FProvides the pid of the worker process performing the async operation.This is a useful variant of  that ensures an Asyncw task is never left running unintentionally. We ensure that if the caller's process exits, that the worker is killed.qThere is currently a contract for async workers, that they should exit normally (i.e., they should not call the exit or kill with their own . nor use the  terminate0 primitive to cease functining), otherwise the  will end up being AsyncFailed DiedException+ instead of containing the desired result.Check whether an   has completed yet.Like  but returns / if (poll hAsync) == AsyncPending.:Wait for an asynchronous operation to complete or timeout.’Wait for an asynchronous action to complete, and return its value. The result (which can include failure and/or cancellation) is encoded by the  type. $wait = liftIO . atomically . waitSTM:Wait for an asynchronous operation to complete or timeout.RWait for an asynchronous operation to complete or timeout. If it times out, then " the async handle.Wait for any of the supplied Asyncs to complete. If multiple  Hs complete, then the value returned corresponds to the first completed   in the list. NB: Unlike  AsyncChan,   does not discard its e once read, therefore the semantics of this function are different to the former. Specifically, if asyncs = [a1, a2, a3] and (AsyncDone _) = a1 then the remaining a2, a3 will never be returned by .Like S, but also cancels the other asynchronous operations as soon as one has completed.Wait for the first of two Async s to finish.Like , but the result is ignored.Waits for both Async s to finish. Like ) but times out after the specified delay.!!Cancel an asynchronous operation."KCancel an asynchronous operation and wait for the cancellation to complete.#-Cancel an asynchronous operation immediately.$Like # but sends a kill instruction instead of an exit.%STM version of .& A version of , that can be used inside an STM transaction.' A version of , that can be used inside an STM transaction.(  !"#$%&'( !"#$ '&%0       !"#$%&'()**+,-./012346distributed-process-async-0.2.6-G75ME051tZtIK9teBfjXjZ!Control.Distributed.Process.Async0Control.Distributed.Process.Async.Internal.Types AsyncResult AsyncDone AsyncFailedAsyncLinkFailedAsyncCancelled AsyncPending AsyncTaskAsyncRemoteTask asyncTask asyncTaskDict asyncTaskNode asyncTaskProcAsyncAsyncReftask remoteTask monitorAsyncasync asyncWorker asyncLinkedpollcheckwaitCheckTimeoutwait waitTimeoutwaitCancelTimeoutwaitAny waitAnyCancel waitEither waitEither_waitBothwaitAnyTimeoutcancel cancelWait cancelWith cancelKill waitAnySTMwaitSTMpollSTM CancelWait _asyncWorker _asyncMonitor _asyncWait0distributed-process-0.7.4-6LxXQAX8ntzEzbGCRI9i4C*Control.Distributed.Process.Internal.Types ProcessIdbaseGHC.BaseNothing