Describe your feature request
When raylet calls plasma provider -> Create, it is currently a blocking call. It might not go well with the new queue-based object creation.
We would like to create a new method AsyncCreate, so that we can avoid raylet waiting for object creation for a long time.