bgelb-openai

Results 3 comments of bgelb-openai

In my use case send() refers to data that is stored as part of the current state. The data received from recv is only used to produce the next state,...

I don't think that helps. The goal isn't to overlap parts of N and N+1 in time. The goal is to consume an arbitrary number of data elements on an...

Alternatively, a way to determine if the send will succeed in the current iteration prior to attempting it (that can be used to avoid attempting the send that is going...