[][src]Module jlrs::mode

Runtime modes.

Enums

Async

Mode used by the asynchronous runtime.

Sync

Mode used by the synchronous runtime.

Traits

Mode

This trait is used to allow pushing and popping GC frames to behave differently in the two available modes.