Can we have a non-blocking ray.put

How severe does this issue affect your experience of using Ray?

  • Low: It annoys or frustrates me for a moment.

Is it possible to get a non-blocking version of ray.put for use in async actors, similar to how we have a non-block ray.get. It seems asymmetrical that we have non-blocking asyncio in read direction but not write direction.

hi @Joshuaalbert thanks for the suggestion. I believe this is not supported today. I created an issue [Core] support async ray.put in Ray async actors · Issue #25949 · ray-project/ray · GitHub to track this.