ocaml-multicore / kcas

Software Transactional Memory for OCaml
https://ocaml-multicore.github.io/kcas/
ISC License
109 stars 11 forks source link

Add `Dllist.create_node value` #143

Closed polytypic closed 11 months ago

polytypic commented 11 months ago

This is useful in some situtations where you might want to be able to refer to a new node before it is actually added to a list.