Stories recently tagged with 'SoftwareTransactionalMemory'

Hell Is Other Languages : Software Transactional Memory for F#(cs.hubfs.net)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 3 months ago

The library exposes memory transactions as a monad using F#’s new computation expression feature. Software transactional memory (STM) is an approach to concurrent programming that avoids the use of traditional, error-prone locks to control access to shared memory. Instead of using locks a programmer specifies sections of code that will make atomic changes to shared memory. read more...

add a comment |category: |Views: 7

tags: another