Skip to content

Commit

Permalink
Update lib/livebook/runtime.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Jonatan Kłosko <[email protected]>
  • Loading branch information
aleDsz and jonatanklosko authored May 20, 2024
1 parent 4d9ce9e commit 67c1473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/livebook/runtime.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,8 @@ defprotocol Livebook.Runtime do

@doc """
Fetches the running Proxy Handler's pid from runtime.
TODO: document the communication here.
"""
@spec fetch_proxy_handler(t()) :: {:ok, pid()} | {:error, :not_found}
def fetch_proxy_handler(runtime)
Expand Down

0 comments on commit 67c1473

Please sign in to comment.