ソースを参照

适配otp23版本 做了部分优化未添加 In OTP 22.3 the possibility to change the callback module with actions change_callback_module, push_callback_module and pop_callback_module, was added.

master
AICells 5年前
コミット
0be60027d6
3個のファイルの変更482行の追加459行の削除
  1. +1
    -0
      .gitignore
  2. +1
    -2
      rebar.config
  3. +480
    -457
      src/gen_ipc.erl

+ 1
- 0
.gitignore ファイルの表示

@ -16,4 +16,5 @@ _build
.idea
*.iml
rebar3.crashdump
rebar.lock
*~

+ 1
- 2
rebar.config ファイルの表示

@ -1,2 +1 @@
{erl_opts, [debug_info]}.
{deps, []}.
{erl_opts, [no_debug_info]}.

+ 480
- 457
src/gen_ipc.erl
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存