Expand description
The facility entity.
Structs§
- Facility
- Represents a facility.
- Facility
Preempt Mode - The facility preemption mode.
- Facility
Preempt Transfer - Proceed with the computation by the specified preempted transact and remaining time from the process holding computation such as the Advance block.
- NewFacility
- Computation that creates a new facility.
- Preempt
- Preempt the facility.
- Release
- Release the facility.
- Seize
- Seize the facility.
Functions§
- preempt_
facility - Preempt the facility within
Process
computation. - release_
facility - Release the facility by the active transact within
Process
computation. - return_
facility - Return the facility by the active transact within
Process
computation. - seize_
facility - Seize the facility within
Process
computation.