Crate verona_rt_sys

Crate verona_rt_sys 

Source
Expand description

Low level FFI bindings to the verona runtime

This is an implementation detail of the verona-rt crate.

This is a research project, and is at an early stage of development. It is not ready for use outside of research.

Structs§

AcquiredCown
CownPtr
This is a reference cointed pointer, so embeders shouldn’t implement Copy.
Scheduler
A reference to a verona::rt::Scheduler.

Functions§

boxcar_acquiredcown_cown
boxcar_cownptr_clone
boxcar_cownptr_drop
boxcar_cownptr_new
boxcar_log_cstr
boxcar_log_endl
boxcar_log_ptr
boxcar_log_usize
boxcar_size_info
boxcar_when1
boxcar_when2
dump_flight_recorder
enable_logging
schedular_has_leaks
schedular_set_detect_leaks
Extreamly racy.
scheduler_get
Returns the global Scheduler.
scheduler_init
Initialize the schedular with the given number of threads.
scheduler_run
Run the schedular.

Type Aliases§

Dtor