mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 06:01:44 +08:00
Update docs
This commit is contained in:
parent
8dc94f35ca
commit
47b3fef73d
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ defprotocol Livebook.Runtime do
|
||||||
#
|
#
|
||||||
# * `{:runtime_app_info_request, reply_to}`
|
# * `{:runtime_app_info_request, reply_to}`
|
||||||
#
|
#
|
||||||
# The owner replies with `{:runtime_app_info_reply, info}`, where
|
# The owner replies with `{:runtime_app_info_reply, reply}`, where
|
||||||
# info is a details map.
|
# reply is `{:ok, info` and `info` is a details map.
|
||||||
|
|
||||||
@typedoc """
|
@typedoc """
|
||||||
An arbitrary term identifying an evaluation container.
|
An arbitrary term identifying an evaluation container.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue