Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 29a36e07 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Comment.

parent a5b958aa
No related branches found
No related tags found
No related merge requests found
...@@ -685,6 +685,11 @@ let[@inline] lazy_reinit s = ...@@ -685,6 +685,11 @@ let[@inline] lazy_reinit s =
owns a schunk that has been reached through another sequence [s']; we only owns a schunk that has been reached through another sequence [s']; we only
ask whether [s] owns a schunk that has been reached through [s]. *) ask whether [s] owns a schunk that has been reached through [s]. *)
(* This operation does not invalidate the existing iterators. Updating
[s.owner] causes the sequence to lose the ownership of its schunks
(including the artificial front and back schunks that an iterator
may create) but an iterator can tolerate this. *)
let copy s = let copy s =
lazy_reinit s; lazy_reinit s;
flush_inner_chunks s; flush_inner_chunks s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment