Skip to content
Snippets Groups Projects
Commit 56d13a1d authored by Ralf Jung's avatar Ralf Jung
Browse files

more missing Send/Sync bounds

parent 196cf83e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -56,6 +56,9 @@ Section join_handle.
Qed.
Global Instance join_handle_ne : NonExpansive join_handle.
Proof. apply type_contractive_ne, _. Qed.
(* TODO: Looks like in Rust, we have T: Send -> JoinHandle<T>: Send and
T:Sync -> JoinHandle<T>: Sync. *)
End join_handle.
Section spawn.
......
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