Skip to content

Conversation

Menduist
Copy link

closes #16

(str, L)

proc close(p: AsyncProcess) =
proc close*(p: AsyncProcess) =

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't have to export this procedure. Just the top level one.

{.pop}

proc close(p: AsyncProcess) =
proc close*(p: AsyncProcess) =

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@Patitotective
Copy link

@cheatfate Why is this not merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

asyncproc does not expose close procedure
2 participants