Skip to content

Conversation

@ilkivoo
Copy link
Owner

@ilkivoo ilkivoo commented Mar 9, 2018

No description provided.

cur.calculate();
}
}
catch (InterruptedException e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в таких блоках лучше называть аргумент ignored, чтобы понятно было, что это вы не просто забыли написать код обработчика

@Test
public void testAdd() throws LightExecutionException {
Pool threadPools = new Pool(15);
LightFuture<Integer> tasks[] = new LightFuture[20];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

параметр-тип генерика потерялся

@jzuken
Copy link

jzuken commented Mar 24, 2018

ок

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants