Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

GC-Free Coroutines #3

@kennux

Description

@kennux

Unity coroutines are nice for a lot of things, their downside is that every coroutine call and yield return ...; allocates an object on the managed object heap.

Implement the same functionality without allocating memory :>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions