Custodian v0.0.1 Custodian.Tasks.Sync View Source

Provides an implmenetation of the Custodian.Tasks behaviour.

This runs the given function inline, immediately processing the task and returning the result.

Link to this section Summary

Functions

Runs fun inline and returns the result immediately

Link to this section Functions

Link to this function process(fun) View Source
process((() -> any())) :: any()

Runs fun inline and returns the result immediately.