Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams.Implementation.Fusing
TaskSource(T) Class
TaskSource(T) Constructor
TaskSource(T) Properties
TaskSource(T) Methods
TaskSource(T) Fields
TaskSource
T
Constructor
TBD
Namespace:
Akka.Streams.Implementation.Fusing
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
TaskSource
(
Task
<T>
task
)
new
:
task
:
Task
<'T>
->
TaskSource
Parameters
task
Type:
System.Threading.Tasks
Task
T
TBD
See Also
Reference
TaskSource
T
Class
Akka.Streams.Implementation.Fusing Namespace
Akka.NET Home
|
Learn Akka.NET