1941–42 Istanbul Football League

The 1941–42 İstanbul Football League season was the 34th season of the league. Beşiktaş JK won the league for the 6th time.

Istanbul Football League
Season1941–42
ChampionsBeşiktaş JK (6th title)

Season

Pos Team Pld W D L GF GA GD Pts
1 Beşiktaş JK 18 17 0 1 90 13 +77 51[lower-alpha 1]
2 Galatasaray SK 18 16 0 2 71 11 +60 50
3 Fenerbahçe SK 18 13 0 5 67 13 +54 44
4 İstanbulspor 18 11 1 6 35 30 +5 41
5 Vefa SK 18 8 3 7 39 36 +3 36[lower-alpha 2]
6 Kasımpaşa SK 18 6 3 9 32 45 13 33
7 Beykoz 1908 S.K.D. 18 4 4 10 24 42 18 30
8 Küçükçekmece SK 18 5 2 11 26 71 45 30
9 Taksim SK 18 3 0 15 18 84 66 23[lower-alpha 3]
10 Beyoğlu SK 18 0 1 17 13 70 57 17[lower-alpha 4]
Source: [1]
Notes:
  1. 1 point deducted?
  2. 1 point deducted?
  3. 1 point deducted?
  4. 2 points deducted?
gollark: Thanks. Apparently that works. Is there a way to *cancel* that task from the function which spawns it?
gollark: I think I'm missing something then. It says```rusterror[E0373]: async block may outlive the current function, but it borrows `ws`, which is owned by the current function --> src/connection.rs:40:23 |40 | task::spawn(async { | _______________________^41 | | let mut interval = stream::interval(Duration::from_secs(10));42 | | while let Some(_) = interval.next().await {43 | | ws.send_string("Hi".to_string()); | | -- `ws` is borrowed here44 | | }45 | | }); | |_____^ may outlive borrowed value `ws````
gollark: `WebSocketConnection` is not.
gollark: I found `async-scoped`, but it seems like that would either block the entire thread or possibly cause safety issues.
gollark: Hi. I'm trying to concurrently read from a websocket and do some things with that socket at an interval, with `async_std` and `tide-websocket`. I thought I could use `task::spawn` for this, but it seems to want that to only use `'static` things, which the websocket connection is not. What's the right way to do this?

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.