We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a4e65 commit 267cb18Copy full SHA for 267cb18
src/cluster.jl
@@ -955,7 +955,11 @@ you do this).
955
"""
956
add_worker_starting_callback(f::Base.Callable; key=nothing) = _add_callback(f, key, worker_starting_callbacks;
957
arg_types=Tuple{ClusterManager, Dict})
958
+"""
959
+ remove_worker_starting_callback(key)
960
961
+Remove the callback for `key` that was added with [`add_worker_starting_callback()`](@ref).
962
963
remove_worker_starting_callback(key) = _remove_callback(key, worker_starting_callbacks)
964
965
0 commit comments