Skip to content

Commit

Permalink
AsyncEventHub is no longer a wrapper for TCS
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 30, 2024
1 parent 07adaca commit 8f44110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/threading/hub.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Event Hub
====
[AsyncEventHub](xref:DotNext.Threading.AsyncEventHub) provides a way to synchronize a group of asynchronous events. Under the hood, it manages a collection of [TaskCompletionSource](https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskcompletionsource) objects. It is possible to synchronize one or more events in various ways:
* Wait for single specific event
[AsyncEventHub](xref:DotNext.Threading.AsyncEventHub) provides a way to synchronize a group of asynchronous events in a various ways:
* Wait for a single event
* Wait for any of the specified events (_OR_ gateway)
* Wait for all events from the specified subset of events (_AND_ gateway)

Expand Down

0 comments on commit 8f44110

Please sign in to comment.