mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 03:43:23 +00:00
Rename crates from jinux-* to aster-*
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6dbf5d560d
commit
93781df27b
@ -6,9 +6,9 @@
|
||||
//! It can be integrated into larger systems to provide timing capabilities, or used standalone for time tracking and elapsed time measurements.
|
||||
|
||||
use alloc::sync::Arc;
|
||||
use aster_frame::sync::SpinLock;
|
||||
use aster_util::coeff::Coeff;
|
||||
use core::{cmp::max, ops::Add, time::Duration};
|
||||
use jinux_frame::sync::SpinLock;
|
||||
use jinux_util::coeff::Coeff;
|
||||
|
||||
use crate::NANOS_PER_SECOND;
|
||||
|
||||
|
Reference in New Issue
Block a user