longevityframework / longevity

A Persistence Framework for Scala and NoSQL
http://longevityframework.org
Other
102 stars 6 forks source link

Added `blocking` hints to code that might block within a future. #6

Closed nessus42 closed 8 years ago

nessus42 commented 8 years ago

The global execution context will use such hints to prevent thread starvation.

sullivan- commented 8 years ago

hey thanks for the fix Nessus 42!