All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.teavm.backend.c.fiber.h Maven / Gradle / Ivy

There is a newer version: 0.2.8
Show newest version
#pragma once
#include 
#include "time.h"

extern void teavm_initFiber();
extern void teavm_waitFor(int64_t timeout);
extern void teavm_interrupt();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy