Skip to content

should_not_sleep checks detect sleeps in calls from spawn blocks #175

@afterthought2

Description

@afterthought2

Not sure of all the cases, but at least this one seems to detect the proc as sleeping:

/proc/foo()
	SHOULD_NOT_SLEEP(TRUE)
	spawn()
		bar()

/proc/bar()
	sleep(1)

Don't know if this is intended, but seems inconsistent when compared to handling of set waitfor = FALSE.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions