Skip to content

Conversation

@dallison
Copy link
Owner

Adds valgrind stack registration and coroutine abort functionality.

The abort functionality adds the ability to abort an coroutine, causing it to return from its run function and unwind its stack (calling destructors). It also abort all running coroutine when Stop is called on the scheduler. This will eliminate memory leaks detected when shutting down a scheduler.

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.

2 participants