| Space Engineers
    | 
Simple thread-safe queue. Uses spin-lock More...
 
  
 | Public Member Functions | |
| MyConcurrentHashSet () | |
| void | Clear () | 
| void | Add (T instance) | 
| void | Remove (T value) | 
| bool | Contains (T value) | 
| IEnumerator< T > | GetEnumerator () | 
| Properties | |
| int | Count  [get] | 
Simple thread-safe queue. Uses spin-lock
Definition at line 13 of file MyConcurrentHashSet.cs.
| 
 | inline | 
Definition at line 18 of file MyConcurrentHashSet.cs.
| 
 | inline | 
Definition at line 42 of file MyConcurrentHashSet.cs.
| 
 | inline | 
Definition at line 34 of file MyConcurrentHashSet.cs.
| 
 | inline | 
Definition at line 58 of file MyConcurrentHashSet.cs.
| 
 | inline | 
Definition at line 106 of file MyConcurrentHashSet.cs.
| 
 | inline | 
Definition at line 50 of file MyConcurrentHashSet.cs.
| 
 | get | 
Definition at line 24 of file MyConcurrentHashSet.cs.
 1.8.8
 1.8.8