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::EventIdcontains a reference to theSchedulerinstance. It serves as an "unscoped EventId".scheduler::EventIdis convertible toScopedEventId.
This improves the overall usability of these APIs.
Updated by Davide Pesavento about 7 years ago
- Related to Feature #4316: Scoped expressed Interest added
Updated by Junxiao Shi almost 7 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi almost 7 years ago
- % Done changed from 0 to 70
Updated by Junxiao Shi almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Actions