Skip to content

Extension for records #26

Description

@saleynik

Could you extend this library for defining Record's? E.g. presently:

Record.defrecord(:conn, [
    name:         nil,
    pid:          nil,
    mon:          nil
  ])

  @type conn :: record(:conn, [
    name:         atom,
    pid:          pid,
    mon:          reference
  ])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions