Increases the usage count of this core
(&mut self)
| 61 | /// Increases the usage count of this core |
| 62 | /// |
| 63 | pub fn add_usage(&mut self) { |
| 64 | self.usage_count += 1; |
| 65 | } |
| 66 | |
| 67 | /// |
| 68 | /// Decreases the usage count of this core and returns the new usage count |