create Shared Like
fun createSharedLike( kind: A_Type, hash: Int, value: A_BasicObject, writeReactors: A_BasicObject): AvailObject
Content copied to clipboard
Create a sharedvariable that has the given characteristics.
Return
The shared variable.
Parameters
kind
The variable type.
hash
The hash of the variable.
value
The contents of the variable.
write Reactors
The write reactors weak map pojo to use.