Skip to content

Commit

Permalink
White space fix for parallel doc commit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pontus Stenetorp committed Mar 19, 2015
1 parent 3049875 commit be86e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/stdlib/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Cluster Manager Interface
``params`` is a dictionary of all keyword arguments ``addprocs`` was called with.

.. function:: manage(manager::FooManager, pid::Int, config::WorkerConfig. op::Symbol)

Implemented by cluster managers. It is called on the master process, during a worker's lifetime,
with appropriate ``op`` values:

Expand All @@ -370,7 +370,7 @@ Cluster Manager Interface
- with ``:finalize`` for cleanup purposes.

.. function:: kill(manager::FooManager, pid::Int, config::WorkerConfig)

Implemented by cluster managers. It is called on the master process, by ``rmprocs``. It should cause the remote worker specified
by ``pid`` to exit. ``Base.kill(manager::ClusterManager.....)`` executes a remote ``exit()`` on ``pid``

Expand All @@ -390,7 +390,7 @@ Cluster Manager Interface


.. function:: Base.process_messages(instrm::AsyncStream, outstrm::AsyncStream)

Called by cluster managers using custom transports. It should be called when the custom transport implementation receives the
first message from a remote worker. The custom transport must manage a logical connection to the remote worker and provide two
AsyncStream objects, one for incoming messages and the other for messages addressed to the remote worker.
Expand Down

0 comments on commit be86e81

Please sign in to comment.