Packages

Wideact is an inter-lingual actor system, enabling different languages to communicate seamlessly over the network. It implements a very primitive protocol, capable of only transmiting messages to named actors. It also serves with semi-persistence, and will save messages for an actor until they ar...

Current section

Files

Jump to
wideact test wideact_test.exs
Raw

test/wideact_test.exs

defmodule WideactTest do
use ExUnit.Case
doctest Wideact
test "the truth" do
assert 1 + 1 == 2
end
end