[
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: | 2004-05-02 (03:35) |
From: | skaller <skaller@u...> |
Subject: | [Caml-list] transactions? |
Is there an Ocaml eqivalent of begin/end blocking section? I.e. something that sets the global lock if threads are enabled (but still compiles if they're not)? So can write for example: begin_trx(); if Hashtbl.mem h k then () else Hashtbl.add h k v; end_trx() and know the table won't get changed by another thread between the lookup and insertion? -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners