python_process_server:从 elixir 调用 python 的示例

时间:2024-06-21 21:58:26
【文件属性】:

文件名称:python_process_server:从 elixir 调用 python 的示例

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-21 21:58:26

Elixir

Python进程服务器 iex ( 1 ) > worker = :poolboy . checkout ( :python_pool ) # PID<0> iex ( 2 ) > PythonProcessServer . Worker . call_python (worker, :run , [ 4 , 3 ])


【文件预览】:
python_process_server-master
----mix.exs(814B)
----lib()
--------python_scripts()
--------python_process_server()
--------python_process_server.ex(263B)
----config()
--------config.exs(1KB)
----test()
--------python_process_server_test.exs(110B)
--------test_helper.exs(15B)
----README.md(186B)
----mix.lock(149B)
----.gitignore(34B)

网友评论