-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing putp
operator to the Space API
#13
Comments
I agree with @luhac. From my point of view the answer is yes! However, we have to clarify the "semantics" of this new operation. |
on a related note: |
|
We keep the name
and
The first case the put requests to the space are non-blocking but they are serialised. In the second case there is no guarantee in the order of insertion. For now, I don't think Regarding (2): we may consider "sets" as possible class/property of a space. I thought about it in the past. I don't think it is a priority but it may be one of the properties we could include. |
Since the Space API does not describe a non-blocking version of
put
, namelyputp
. This creates a small asymmetry in the specification sincegetp
andqueryp
are defined.Can we add it or what is the rationale for not adding it?
This is related to one of the questions in issue #12.
The text was updated successfully, but these errors were encountered: