djsuperchief / Kyameru

Kyameru is a business processing engine inspired by Apache Camel and built for .Net Core.
https://djsuperchief.github.io/Kyameru/
MIT License
2 stars 1 forks source link

146 remove synchronous methods #151

Closed djsuperchief closed 6 months ago

djsuperchief commented 6 months ago

Removed all sync methods making it async only now (BuildAsync is now gone).

closes #146