Function rtm::abort [] [src]

pub fn abort(x: i8)

Aborts a transaction in progress.

This will unroll any and all writes that have taken place.

The argumen passed here will be returned as the Err(Abort::Code(x)) value.