aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
67 stars 3 forks source link

:bug: Check that function or method registered is awaitable #145

Open MarkoBox opened 9 months ago

MarkoBox commented 9 months ago

Change Summary

Minor PR to introduce a check to stop accidental non await-able Middleware registration.

Related issue number

Checklist