Module ipc

Source
Expand description

Alacritty socket IPC.

Enumsยง

SocketReply
IPC socket replies.

Constantsยง

ALACRITTY_SOCKET_ENV ๐Ÿ”’
Environment variable name for the IPC socket path.

Functionsยง

find_socket ๐Ÿ”’
Find the IPC socket path.
handle_reply ๐Ÿ”’
Process IPC responses.
send_message
Send a message to the active Alacritty socket.
send_reply
Send IPC message reply.
send_reply_fallible ๐Ÿ”’
Send IPC message reply, returning possible errors.
socket_dir ๐Ÿ”’
Directory for the IPC socket file.
socket_prefix ๐Ÿ”’
File prefix matching all available sockets.
spawn_ipc_socket
Create an IPC socket.