-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename event -> equeue for functions operating on queues
Indicates primary object these functions operate on, which is the queue. event_call -> equeue_call event_call_in -> equeue_call_in event_call_every -> equeue_call_every event_alloc -> equeue_alloc event_dealloc -> equeue_dealloc event_post -> equeue_post event_cancel -> equeue_cancel These were initially prefixed with event, since they associated with single events in the queue. However it became quickly apparent that this just led to confusion. Unfortunately, the event prefix hasn't been completely removed and remains in the funtions that directly operate on events: - event_delay - event_period - event_dtor
- Loading branch information
Showing
5 changed files
with
132 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.