[feat] Add some kind of process.call_forever
function.
#60
Labels
help wanted
Extra attention is needed
process.call_forever
function.
#60
An equivalent of erlang's
gen_server.call(ServerRef, Request, infinity)
(a gen_server call with an infinite timeout) would be very useful.The current
actor.call
does not have this feature, since it only takes finite timeouts.The text was updated successfully, but these errors were encountered: