Hello,I need use generoator which is an actor task,and the method will yield dynamic number of results which is depends on inputs of the method, and I wish to get every return once it had been yield by the actor
I read the doc Generators — Ray 2.2.0
and it says this is not support yet.
I wish there might be some hack trick to archive this?
And I also wonder why can’t ray support dynamic number of yields at first as in most use case, a generator won’t returns a static number of value.
@tarjintor Generators — Ray 2.3.0
I think it’ll be supported in 2.3. Could you give it a try?
this is great,thx,I will try it