-
由 Furkan Ayhan 创作于
When using the `gitlab-http` gem, you can pass the `async: true` option and get a `Concurrent::Promise` object. Since there is no business logic and external connection inside the async calls, it is thread-safe.
由 Furkan Ayhan 创作于When using the `gitlab-http` gem, you can pass the `async: true` option and get a `Concurrent::Promise` object. Since there is no business logic and external connection inside the async calls, it is thread-safe.