Crate rispcrt [] [src]

The task system for rispc-built code.

If your ispc code uses tasks, you will need this library as a dependency.

Currently, pthreads are used. In the future, I would like this library to support custom, pluggable task systems. Pull requests welcome.

For more documentation, see the rispc crate.

Macros

ispc_module

Convenience macro for generating the module to hold the raw/unsafe ISPC bindings.