obscurelyme / CoffeeMaker

A warm and fuzzy 2D Game Engine
GNU Lesser General Public License v2.1
7 stars 0 forks source link

Feature/coroutine #73

Closed obscurelyme closed 2 years ago

obscurelyme commented 2 years ago

This PR introduces coroutines for all platforms. Right now there is a Timeout, File Read/Write awaiter that the coroutines can leverage. There is room for more.

obscurelyme commented 2 years ago

Coroutines Mechanism