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
The pattern used in IceStorm/clock subscriber, isn't simple and also is not thread safe, there is a chance for exit call run when GDC global queue is still releasing the communicator reference in the signal event handler
For the publisher we do all the work in the main thread including the signal handling, but it is still not straightforward and will be good if we come up with a better solution
The pattern used in IceStorm/clock subscriber, isn't simple and also is not thread safe, there is a chance for exit call run when GDC global queue is still releasing the communicator reference in the signal event handler
ice-demos/swift/IceStorm/clock/Sources/Subscriber/main.swift
Lines 41 to 48 in d3d8881
For the publisher we do all the work in the main thread including the signal handling, but it is still not straightforward and will be good if we come up with a better solution
ice-demos/swift/IceStorm/clock/Sources/Publisher/main.swift
Lines 35 to 45 in d3d8881
The text was updated successfully, but these errors were encountered: