You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fetcher consists on an initialize that creates a WaitfreeQueue, and a couple of simple & short methods to add and to retrieve events from it (enqueueEvent: and fetchedEventsDo:).
There are 3 references:
IMHO, BlHostEventFetcher could be good if there was more complex behavior, and if it could be used as collaborator in other use cases. But it looks specific to what some space host needs. Maybe we can add these 3 methods in some trait or common superclass, and this could contribute to better readability of the code of hosts and comprehend what happens.
The text was updated successfully, but these errors were encountered:
This fetcher consists on an
initialize
that creates aWaitfreeQueue
, and a couple of simple & short methods to add and to retrieve events from it (enqueueEvent:
andfetchedEventsDo:
).There are 3 references:
IMHO,
BlHostEventFetcher
could be good if there was more complex behavior, and if it could be used as collaborator in other use cases. But it looks specific to what some space host needs. Maybe we can add these 3 methods in some trait or common superclass, and this could contribute to better readability of the code of hosts and comprehend what happens.The text was updated successfully, but these errors were encountered: