tikv / yatp

Yet another thread pool in rust for both callbacks or futures.
Apache License 2.0
135 stars 32 forks source link

Add getters for fields in Extras #66

Closed sticnarf closed 2 years ago

sticnarf commented 2 years ago

This PR exposes fields from Extras. Then, the user can get the information such as schedule_time in their customized Runner and record them as metrics or log them.

The fields are exposed using getters, so the user is not allowed to modify them.