eos is the default Effect-aware procedure builder exported from effect-orpc.
import.ts
Basic use
basic.ts
eos starts without an application layer. Most apps call .provide(AppLive) once and reuse the returned builder.
Effect-native callbacks on the builder can be generator functions or functions that return an Effect.