Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jace A Mogill committed Feb 16, 2016
1 parent a112a3f commit 8af6d67
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Docs/reference.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<!-----------------------------------------------------------------------------+
| Extended Memory Semantics (EMS) Version 0.1.8 |
| Extended Memory Semantics (EMS) Version 0.2.0 |
| Synthetic Semantics http://www.synsem.com/ [email protected] |
+-----------------------------------------------------------------------------+
| Copyright (c) 2011-2014, Synthetic Semantics LLC. All rights reserved. |
Expand Down Expand Up @@ -734,8 +734,11 @@ <h6> Read EMS Memory </h6>
<dl>
<dt> <code>read</code> </dt>
<dd> Immediately and unconditionally returns the
stored value. This form of read is not safe on mutable data
outside of a transaction.
stored value, ignoring the tag state.
<TODO> Reading uninitialized mapped indexes
will return <code>undefined</code> regardless of the default value
that would be returned with <code>read__, cas, faa</code>.
</TODO>
</dd>
<dt> <code>readFE</code> </dt>
<dd> Blocks until the data element is full, then
Expand Down

0 comments on commit 8af6d67

Please sign in to comment.