Yaaf.FSharp.Scripting


SimpleEventLoop

Defined in Yaaf.FSharp.Scripting.dll.

Represents a simple (fake) event loop for the 'fsi' object

Constructors

ConstructorDescription
new()
Signature: unit -> SimpleEventLoop

Instance members

Instance memberDescription
Invoke(f)
Signature: (f:(unit -> 'T)) -> 'T
Type parameters: 'T
Run()
Signature: unit -> unit
ScheduleRestart()
Signature: unit -> unit
Fork me on GitHub