Y
Hacker News
new
|
ask
|
show
|
jobs
by
jtwebman
1293 days ago
Has anyone written an OTP library on top of it?
1 comments
bkolobara
1293 days ago
We expose some OTP constructs in the lunatic Rust library directly, like supervisors (
https://docs.rs/lunatic/0.12.1/lunatic/supervisor/trait.Supe...
), gen_server (
https://docs.rs/lunatic/0.12.1/lunatic/process/trait.Abstrac...
) and others.
link