Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
lairv
3y ago
0 comments
Save
Share
How does Elixir interacts with the Rust code ?
0 comments
2 comments · 2 top-level
top
newest
oldest
sph
3y ago
The Rust app is kept as a standalone application. Elixir spawns the process, passes it an internal URL where it can post its output, and forgets about it, since each run might take a few minutes to hours to complete.
beckler
3y ago
Via native implemented functions aka NIFs.
j
/
k
navigate · click thread line to collapse