"Being the author of parent makes me officially a grandparent" xD
@adam.millerchip4 жыл бұрын
Great talk. I will definitely have to come back to this and look at the examples again. I could probably work this out by reading the Parent docs and trying it out, but for the benefit of others thinking the same thing: how does this differ from Task.Supervisor?
@sasajuric58504 жыл бұрын
Task.Supervisor, like any other supervisor is "non-interactive", which means you can't perform custom logic inside the supervisor process. If, for example, you want to run some custom logic when the task terminates, you'll need another process (probably GenServer) which monitors the task. This is basically the query manager/runner example from the talk. With `Parent.GenServer` you can perform both, parenting and the custom logic, inside the same process.
@adam.millerchip4 жыл бұрын
@@sasajuric5850 Great, thanks.
@unknownsingerofficial49644 жыл бұрын
@@sasajuric5850 will u provide any ur premium course ?
@annamiller84414 жыл бұрын
Have you noticed this page ?!, Thanks for the note! You can also check www.google.com