expert-lsp / expert-lsp/expert

Use Mix.PubSub

未關閉
#355 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Elixir
星號
2.1k
分支
113
平均合併
1 天 10 小時
30 天內合併 PR
26

描述

## Description

Newer versions of Elixir come with [Mix.PubSub](https://github.com/elixir-lang/elixir/blob/426a4297c9b9cf31ce41604be0435bafe5d9175d/lib/mix/lib/mix/pubsub.ex#L4) which allows other compiler instances to publish messages to each other when they do things.

This is useful if you are writing code and one process compilers and it removes a module and the other module needs to know about it in order to remove it from the runtime. Or, it compilers new code and you need to load the the module into the runtime.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。