[racket] unsafe/ops, fixnum and future: great

From: Jos Koot (jos.koot at telefonica.net)
Date: Thu Jan 20 07:42:35 EST 2011

It was great fun to play with:
 
(require racket/unsafe/ops)
(require racket/fixnum)
(require racket/future)
 
I wondered whether or not two processes can parallelly unsafe-fxvector-set!
to the same fxvector.
I tried and it works. Great!
Of course I made sure that the two processes do not unsafe-fxvector-set! on
the same elements.
 
Thanks,
Jos
 
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110120/58204f21/attachment.html>

Posted on the users mailing list.