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
 
 
 
 
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to