Actions
Feature #4698
closedImprove ScopedEventId
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Currently, ScopedEventId
is not constructible from the return value of Scheduler::scheduleEvent
, but separately requires a reference to a Scheduler
instance to be passed to its constructor.
This issue is to refactor both types, so that:
scheduler::EventId
contains a reference to theScheduler
instance. It serves as an "unscoped EventId".scheduler::EventId
is convertible toScopedEventId
.
This improves the overall usability of these APIs.
Updated by Davide Pesavento over 6 years ago
- Related to Feature #4316: Scoped expressed Interest added
Updated by Junxiao Shi almost 6 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi almost 6 years ago
- % Done changed from 0 to 70
Updated by Junxiao Shi almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Actions