C# Class Fan.Sys.Future

Future is used to manage the entire lifecycle of each message send to an Actor. An actor's queue is a linked list of messages.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
cancel ( ) : void
get ( ) : object
get ( Duration timeout ) : object
isCancelled ( ) : bool
isDone ( ) : bool

Private Methods

Méthode Description
Future ( object msg ) : System.Collections
err ( Err e ) : void
sendWhenDone ( Actor a, Future f ) : void
sendWhenDone ( ArrayList list ) : void
set ( object r ) : void

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

cancel() public méthode

public cancel ( ) : void
Résultat void

get() public méthode

public get ( ) : object
Résultat object

get() public méthode

public get ( Duration timeout ) : object
timeout Duration
Résultat object

isCancelled() public méthode

public isCancelled ( ) : bool
Résultat bool

isDone() public méthode

public isDone ( ) : bool
Résultat bool