createSharedLike

fun createSharedLike(    kind: A_Type,     hash: Int,     value: A_BasicObject,     writeReactors: A_BasicObject): AvailObject

Create a sharedvariable that has the given characteristics.

Return

The shared variable.

Parameters

kind
hash

The hash of the variable.

value

The contents of the variable.

writeReactors

The write reactors weak map pojo to use.