std: pal/yggdrasil/time implementation #29

Closed
opened 2025-01-03 17:57:01 +00:00 by alnyan · 1 comment
Owner

Instant:

  • elapsed()
  • duration_since()
  • checked_duration_since()
  • checked_sub_instant()
  • checked_add_duration()
  • checked_sub_duration()
  • checked_add()
  • checked_sub()
  • Add for Instant
  • AddAssign for Instant
  • Sub for Instant
  • SubAssign for Instant

SystemTime:

  • sub_time()
  • checked_add_duration()
  • checked_sub_duration()
Instant: - [x] elapsed() - [x] duration_since() - [x] checked_duration_since() - [x] checked_sub_instant() - [x] checked_add_duration() - [x] checked_sub_duration() - [x] checked_add() - [x] checked_sub() - [x] Add for Instant - [x] AddAssign for Instant - [x] Sub for Instant - [x] SubAssign for Instant SystemTime: - [x] sub_time() - [x] checked_add_duration() - [x] checked_sub_duration()
alnyan added the enhancement
scope
userspace-std
labels 2025-01-03 17:57:01 +00:00
Author
Owner

Implemented in the ABI by: dc76c5b7a8 + 97e11c3b
Implemented in the std by: e0acd83bdb + f753410498

Implemented in the ABI by: dc76c5b7a82a9c8db6345d40aaa076c540b04c1c + 97e11c3b Implemented in the std by: https://git.alnyan.me/yggdrasil/yggdrasil-rust/commit/e0acd83bdbd7996c639192e6f54b94d8fb713fad + https://git.alnyan.me/yggdrasil/yggdrasil-rust/commit/f7534104985031117b843fb83176fe6758cac1e6
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alnyan/yggdrasil#29