Struct drone::routine::RoutineList [] [src]

pub struct RoutineList { /* fields omitted */ }

Linked list of routines.

Methods

impl RoutineList
[src]

[src]

Constructs a vacant link.

[src]

Constructs an occupied link.

[src]

Hardware invokes the routine chain with this method.

Safety

Must not be called concurrently.

[src]

Adds generator g first in the routine chain.

[src]

Adds closure f first in the routine chain.