Skip to content

Minor: the Example in a more Elixir approach #2

@a-maze-d

Description

@a-maze-d

The :erlang.send_after in the example in the README.md is not really an Elixir approach, i.e.:

:erlang.send_after(100, self(), :update_display)

is probably better written as:

Process.send_after(self(), :update_display, 100)

Under the hood it maps back to the erlang version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions