IEx.Server
The IEx.Server.
The server responsibilities include:
- reading input from the group leader and writing to the group leader
- sending messages to the evaluator
- taking over the evaluator process when using
IEx.pryor setting up breakpoints
Summary
Functions
- run(opts)
Starts a new IEx server session.
Functions
run(opts)
(since 1.8.0)run(keyword()) :: :ok
Starts a new IEx server session.
The accepted options are:
-
:prefix- the IEx prefix -
:env- theMacro.Envused for the evaluator -
:binding- an initial set of variables for the evaluator
© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/iex/1.8.2/IEx.Server.html