-
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
What if we want some asynchronous tasks in handler helpers? With current API you might be able to do that but there is no guarantee on the order of writes on template string buffer.
Perhaps we will need a future-rs
based API for this task? Will it be in the core library or as an extension?
lovasoa