Skip to content

##make-condvar and make-mutex require a name #2

@astlouisf

Description

@astlouisf

Both funcitons (##make-condvar and #make-mutex) require a name as argument.

In lib/io.scm there are calls to those functions that don't provide one.

  • ##make-condvar: on line 142 and 277
  • ##make-mutex: on line 141 and 276

Passing #!void seems to fix it, but better names might be good.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions