You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case here has that auxiliary methods may be used for synchronisation as well as for the transfer of meta-data such as memory slots. In this case, LPF is not responsible for maintaining points of consistency, and thus the definition of a sync can be relaxed greatly.
For example, with this variant the registration of a memory slot should always follow the local variant, while the put/get should specify the synchronisation requirements on the slots it is using, which the programmer should then guarantee outside of LPF.
It is proposed as an extension to the core LPF.
The text was updated successfully, but these errors were encountered:
The use case here has that auxiliary methods may be used for synchronisation as well as for the transfer of meta-data such as memory slots. In this case, LPF is not responsible for maintaining points of consistency, and thus the definition of a
sync
can be relaxed greatly.For example, with this variant the registration of a memory slot should always follow the local variant, while the put/get should specify the synchronisation requirements on the slots it is using, which the programmer should then guarantee outside of LPF.
It is proposed as an extension to the core LPF.
The text was updated successfully, but these errors were encountered: