synrc / rt

☀ RT: Erlang Runtime Library
https://rt.n2o.dev
ISC License
8 stars 4 forks source link

start_link shoud return linked process #10

Open tank-bohr opened 2 years ago

tank-bohr commented 2 years ago

https://github.com/synrc/rt/blob/64fd3b17a2b1402f5ce9cbb2c72b1878fe7fea9f/src/srv.erl#L18

You cannot spawn a process without a link within the function start_link. It could be very confusing and misleading