View Source API Reference y_ex v0.3.5

Modules

Yex

Documentation for Yex.

A shareable Array-like type that supports efficient insert/delete of elements at any position.

A preliminary array. It can be used to early initialize the contents of a Array.

Examples

iex> doc = Yex.Doc.new()
iex> {:ok, _awareness} = Yex.Awareness.new(doc)

Document options.

Automatically synchronized document processes within the same process group. This is synchronized cluster-wide.

LocalPubSub behavior for SharedDoc Used to notify SharedDoc users of updates.

Persistence behavior for SharedDoc

Supervisor for SharedDoc

default implementation for local pubsub

A shareable Map type.

A preliminary map. It can be used to early initialize the contents of a Map.

Sync protocol.

A shareable type that is optimized for shared editing on text.