Immediate
Invokes block immediately on whatever thread execute has been called from.
NOTE: execute does not form an event loop and may result in a StackOverflowError. It should not be called from general code.
Observers utilizing Immediate must have a thread-safe implementation of OnEvent callbacks whenever referencing things outside the confines of its lambda.
Functions
Link copied to clipboard
Execute executable in desired context.