Browse thread
Thread safe heterogenous property lists (dictionaries)
-
Daniel_BĂĽnzli
-
Alain Frisch
- Daniel_BĂĽnzli
-
Alain Frisch
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-02-03 (13:14) |
From: | Daniel_BĂĽnzli <daniel.buenzli@e...> |
Subject: | Re: [Caml-list] Thread safe heterogenous property lists (dictionaries) |
> FWIW, a thread-safe way to generate fresh ids is: > > let fresh_id () = Oo.id (object end) Thanks for the tip. Daniel