As part of the start-up of a Producer, I have a longer running piece of code that needs to execute. Doing it in the init seems wrong now that handle_continue exists. But GenStage doesn't support handle_continue. I don't know if it can/should, but it would be a useful addition.
As part of the start-up of a Producer, I have a longer running piece of code that needs to execute. Doing it in the init seems wrong now that handle_continue exists. But GenStage doesn't support handle_continue. I don't know if it can/should, but it would be a useful addition.