Yusuf Jabri

Results 4 comments of Yusuf Jabri

I'm also interested in async support. In our synchronous apps we currently make use of a custom `event_callback` that publishes messages for analytics. It'd be awesome if we could use...

After spending a little more time getting more acquainted with the code, one challenge I'm not sure how to resolve is doing non-blocking IO given the dependency on `fcache`. Unless...

For what its worth, I have projects that rely on the file cache when using unleash in a multiprocessing setting.

@sighphyre To clarify, are you saying you'd like to avoid an async `is_enabled` and async `get_variant`? I'm a little confused how that would work if you wanted to perform non-blocking...