Portal

Source

Summary

push_left(portal)

Pushes data to the left in the given portal

push_right(portal)

Pushes data to the right in the given portal

shoot(color)

Shoots a new door with the given color

start(type, args)

Callback implementation of :application.start/2

transfer(left, right, data)

Starts transfering data from left to right

Functions

push_left(portal)

Pushes data to the left in the given portal.

Source
push_right(portal)

Pushes data to the right in the given portal.

Source
shoot(color)

Shoots a new door with the given color.

Source
start(type, args)

Callback implementation of :application.start/2.

Source
transfer(left, right, data)

Starts transfering data from left to right.

Source